Make failing test pass to verify automatic deploys

pull/1/head
Alex Basson 4 years ago
parent e60e8324f1
commit d6a9e951cb

@ -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

Loading…
Cancel
Save