First stage of refactoring of the ability model and spec
This commit is contained in:
parent
3bd82039ad
commit
ac1d9fd329
5 changed files with 214 additions and 118 deletions
7
spec/factories/subscriptions.rb
Normal file
7
spec/factories/subscriptions.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FactoryGirl.define do
|
||||
factory :subscription do
|
||||
user
|
||||
conference
|
||||
end
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue