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/integration/hashie/hashie_spec.rb
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@
35
35
end
36
36
37
37
it'raises a deprecation'do
38
-
expect(Grape.deprecator).toreceive(:warn).with("Grape::Extensions::Hashie::Mash::ParamBuilder has been deprecated. Use short name :hashie_mash instead.").and_raise(ActiveSupport::DeprecationException,:deprecated)
38
+
expect(Grape.deprecator).toreceive(:warn).with('Grape::Extensions::Hashie::Mash::ParamBuilder has been deprecated. Use short name :hashie_mash instead.').and_raise(ActiveSupport::DeprecationException,
0 commit comments