forked from OpenNeo/impress
basic item factory
This commit is contained in:
parent
d8e75e498a
commit
84a681521a
1 changed files with 3 additions and 0 deletions
3
test/factories/item.rb
Normal file
3
test/factories/item.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
Factory.define :item do |i|
|
||||
i.name 'Test Item'
|
||||
end
|
Loading…
Reference in a new issue