mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Make failing test pass to verify automatic deploys
This commit is contained in:
parent
e60e8324f1
commit
d6a9e951cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue