Sha256: f2883d10fb2ebb7b46eae6ed84ebfa4b3810623bd0f2d6be26e7ba2ce4d0b84a

Contents?: true

Size: 238 Bytes

Versions: 84

Compression:

Stored size: 238 Bytes

Contents

# frozen_string_literal: true
require "spec_helper"

describe GraphQL::Directive::SkipDirective do
  let(:directive) { GraphQL::Directive::SkipDirective }
  it "is a default directive" do
    assert directive.default_directive?
  end
end

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
graphql-1.7.13 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.0.pre7 spec/graphql/directive/skip_directive_spec.rb
graphql-1.7.12 spec/graphql/directive/skip_directive_spec.rb
graphql-1.7.11 spec/graphql/directive/skip_directive_spec.rb
graphql-1.7.10 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.0.pre6 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.0.pre5 spec/graphql/directive/skip_directive_spec.rb
graphql-1.7.9 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.0.pre4 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.0.pre3 spec/graphql/directive/skip_directive_spec.rb
graphql-1.7.8 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.0.pre2 spec/graphql/directive/skip_directive_spec.rb
graphql-1.7.7 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.0.pre1 spec/graphql/directive/skip_directive_spec.rb
graphql-1.7.6 spec/graphql/directive/skip_directive_spec.rb
graphql-1.7.5 spec/graphql/directive/skip_directive_spec.rb
graphql-1.7.4 spec/graphql/directive/skip_directive_spec.rb
graphql-1.7.3 spec/graphql/directive/skip_directive_spec.rb
graphql-1.7.2 spec/graphql/directive/skip_directive_spec.rb
graphql-1.7.1 spec/graphql/directive/skip_directive_spec.rb