We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8ab93 commit a883d5dCopy full SHA for a883d5d
spec/system/casa_cases/show_more_spec.rb
@@ -32,8 +32,8 @@
32
33
click_on "Send Reminder"
34
35
+ expect(page).to have_current_path(edit_volunteer_path(volunteer))
36
expect(page).to have_text("Reminder sent to volunteer")
- expect(ActionMailer::Base.deliveries.count).to eq(1)
37
end
38
39
@@ -47,8 +47,8 @@
47
48
49
50
51
52
53
54
0 commit comments