Skip to content

Commit

Permalink
add a failing test to make sure it's actually working
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 21, 2024
1 parent 5291cb7 commit dd2b894
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/models/user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

RSpec.describe User, :type => :model do


it "is expected to break CI" do
expect(false).to be_true
end

it { is_expected.to have_secure_password }
# it { is_expected.to validate_presence_of(:first_name) }
# it { is_expected.to validate_presence_of(:last_name) }
Expand Down

0 comments on commit dd2b894

Please sign in to comment.