First stage of refactoring of the ability model and spec

This commit is contained in:
chrisbr 2015-04-13 16:47:07 +02:00
parent 3bd82039ad
commit ac1d9fd329
5 changed files with 214 additions and 118 deletions

View file

@ -0,0 +1,7 @@
FactoryGirl.define do
factory :subscription do
user
conference
end
end