Add subscription model and link it to RFC
This commit is contained in:
7
test/factories/subscriptions.rb
Normal file
7
test/factories/subscriptions.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
FactoryGirl.define do
|
||||
factory :subscription do
|
||||
user nil
|
||||
request_for_comments nil
|
||||
type ""
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user