Skip to content

Commit

Permalink
remove candidate trait from entities factory girl
Browse files Browse the repository at this point in the history
  • Loading branch information
andr828 committed Nov 9, 2017
1 parent 9168a0a commit 7202a4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/factories/entities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
type :Candidate
end

trait :candidate do
type :Candidate
end

factory :entity_candidate, traits: [:candidate]
factory :entity_employer, traits: [:employer]
end
Expand Down

0 comments on commit 7202a4b

Please sign in to comment.