Sha256: a65a53799b6d225df720f95002efd292bfca234f622184b820a44c058c769e46

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 Bytes

Contents

require 'rspec/graphql/version'
require 'rspec/graphql/config'
require 'rspec/graphql/helpers'

module RSpec
  module GraphQL
    class << self
      # The GraphQL Schema to test against
      # @return [GraphQL::Schema]
      attr_accessor :schema

      def configure
        yield self
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rspec-graphql-0.1.0 lib/rspec/graphql.rb