mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Remove automatic deploy verification test
This commit is contained in:
parent
d6a9e951cb
commit
e622a01dd0
1 changed files with 0 additions and 6 deletions
|
|
@ -2,12 +2,6 @@ require 'rails_helper'
|
|||
|
||||
RSpec.describe Attempt, type: :model do
|
||||
|
||||
describe 'a failing test' do
|
||||
it 'fails' do
|
||||
expect(true).to be_truthy
|
||||
end
|
||||
end
|
||||
|
||||
let!(:school) { School.create!(name: 'School') }
|
||||
|
||||
let!(:recipient) { school.recipients.create(name: 'name', phone: "#{1}" * 9) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue