parent
e1cac818b1
commit
8a6e8ae128
9 changed files with 38 additions and 81 deletions
6
test/factories/client_applications.rb
Normal file
6
test/factories/client_applications.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
FactoryGirl.define do
|
||||
factory :client_application do
|
||||
sequence(:name) { |n| "Client application #{n}" }
|
||||
sequence(:url) { |n| "http://example.com/app/#{n}" }
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue