Skip to content

Commit

Permalink
Fix invalid factory
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Beljajev committed Feb 7, 2018
1 parent cf5ea5a commit ad1f5e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/factories/epp_session.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FactoryBot.define do
factory :epp_session do

sequence(:session_id) { |n| "test#{n}" }
registrar
association :user, factory: :api_user
end
end

0 comments on commit ad1f5e6

Please sign in to comment.