Skip to content

Commit

Permalink
HER-65 users factory traits fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
olesiamironenko committed Jan 5, 2025
1 parent 487efc2 commit a516785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
role { "admin" }
end

trait :speaker do
trait :speaker_user do
role { "speaker" }
end

Expand Down

0 comments on commit a516785

Please sign in to comment.