Make failing test pass to verify automatic deploys

This commit is contained in:
Alex Basson 2021-09-10 11:10:38 -04:00
parent e60e8324f1
commit d6a9e951cb

View file

@ -4,7 +4,7 @@ RSpec.describe Attempt, type: :model do
describe 'a failing test' do
it 'fails' do
expect(true).to be_falsey
expect(true).to be_truthy
end
end