Skip to content

Commit

Permalink
force failure
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticspoon committed May 6, 2024
1 parent 6612036 commit e13e519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
describe "model validations" do
it "requires display name" do
user = build(:user, display_name: "")
expect(user.valid?).to be false
expect(user.valid?).to be true
end

it "requires email" do
Expand Down

0 comments on commit e13e519

Please sign in to comment.