remove email_notifications_enabled column because of the new daily_email_notifications_enabled
This commit is contained in:
parent
4934a6359b
commit
4a70a7fcc8
9 changed files with 14 additions and 16 deletions
|
@ -28,7 +28,7 @@ describe NotificationService do
|
|||
create(:assign_to,
|
||||
instructeur: instructeur_with_email_notifications,
|
||||
procedure: procedure,
|
||||
email_notifications_enabled: true)
|
||||
daily_email_notifications_enabled: true)
|
||||
end
|
||||
|
||||
context "when there is no activity on the instructeur's procedures" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue