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.18 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.11 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.10 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.9 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.8 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.7 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.6 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.5 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.4 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.3 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.2 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.17 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.16 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.1 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.0 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.15 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.0.pre4 spec/graphql/directive/skip_directive_spec.rb
graphql-1.8.14 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.0.pre3 spec/graphql/directive/skip_directive_spec.rb
graphql-1.9.0.pre2 spec/graphql/directive/skip_directive_spec.rb