spec/generators/graphql/install_generator_spec.rb in graphql-1.5.10 vs spec/generators/graphql/install_generator_spec.rb in graphql-1.5.11
- old
+ new
@@ -176,10 +176,9 @@
# to return the correct type for `obj`
raise(NotImplementedError)
}
# GraphQL::Batch setup:
- lazy_resolve(Promise, :sync)
- instrument(:query, GraphQL::Batch::Setup)
+ use GraphQL::Batch
end
RUBY
end