mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Updated to rails 6. Passing tests
This commit is contained in:
parent
3430069801
commit
770ebc580e
20 changed files with 33 additions and 34 deletions
|
|
@ -184,7 +184,7 @@ RSpec.describe AttemptsController, type: :controller do
|
|||
context "with valid params" do
|
||||
|
||||
let!(:recent_first_attempt) {
|
||||
first_attempt.update_attributes(sent_at: Time.new)
|
||||
first_attempt.update(sent_at: Time.new)
|
||||
return first_attempt
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue