add group_order spec
This commit is contained in:
parent
3a7d650ed8
commit
679fc673c7
2 changed files with 33 additions and 0 deletions
9
spec/factories/group_order.rb
Normal file
9
spec/factories/group_order.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
require 'factory_girl'
|
||||
|
||||
FactoryGirl.define do
|
||||
|
||||
# requires order and ordergroup
|
||||
factory :group_order do
|
||||
end
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue