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.8.13 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.12 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.0.pre1 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.11 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.10 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.9 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.8 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.7 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.6 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.5 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.4 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.3 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.2 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.1 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.0 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.0.pre11 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.0.pre10 spec/graphql/directive/skip_directive_spec.rb
graphql-1.7.14 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.0.pre9 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.0.pre8 spec/graphql/directive/skip_directive_spec.rb