You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/js_routes/options_spec.rb
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -225,11 +225,21 @@
225
225
226
226
context"when passing options that do not have defaults"do
227
227
it"should use this options to fill the optional parameters"do
228
-
expectjs("Routes.thing_path(1, { format: 'json' })").toeqtest_routes.thing_path(1,{optional_id: "12",format: "json"})# test_routes.thing_path needs optional_id here to generate the correct route. Not sure why.
228
+
# test_routes.thing_path needs optional_id here to generate the correct route. Not sure why.
0 commit comments