mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
fixing tests
This commit is contained in:
parent
2e796899f8
commit
25a7035861
1 changed files with 5 additions and 0 deletions
|
|
@ -91,6 +91,11 @@ RSpec.describe RecipientSchedule, type: :model do
|
|||
end
|
||||
|
||||
describe 'with an opted in recipient' do
|
||||
before :each do
|
||||
date = ActiveSupport::TimeZone["UTC"].parse('2017-04-20T20:00:00')
|
||||
Timecop.freeze(date)
|
||||
end
|
||||
|
||||
let!(:attempt) { recipient_schedule.attempt_question }
|
||||
|
||||
it 'should make an attempt to ask the next question' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue