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 62e0a59 commit 00f9c93Copy full SHA for 00f9c93
spec/requests/court_dates_spec.rb
@@ -181,7 +181,6 @@
181
other_org = create(:casa_org)
182
other_case = create(:casa_case, casa_org: other_org)
183
184
- get edit_casa_case_court_date_path(other_case, court_date)
185
get edit_casa_case_court_date_path(other_case, court_date)
186
expect(response).to redirect_to(casa_cases_path)
187
expect(response.status).to match 302
0 commit comments