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/graphql/schema/input_object_spec.rb
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -653,17 +653,12 @@ class TestInput2 < GraphQL::Schema::InputObject
653
653
end
654
654
655
655
expected_warning="Unable to define a helper for argument with name 'method' as this is a reserved name. Add `method_access: false` to stop this warning."
656
-
iftesting_rails?
657
-
rails_caller=ifRails::VERSION::STRING < "5"
658
-
"(called from warn at #{Dir.pwd}/lib/graphql/deprecation.rb:7)"
659
-
else
660
-
"(called from block (3 levels) in construct_arguments_class at #{Dir.pwd}/lib/graphql/query/arguments.rb:25)"
0 commit comments