Sha256: e87ec387ac9daa16e56e60f78be6a4284c2adc14df8e808985bc287fbc46259d

Contents?: true

Size: 384 Bytes

Versions: 9

Compression:

Stored size: 384 Bytes

Contents

require 'pry'
require 'bundler/setup'
require 'graphql_devise'

RSpec.configure do |config|
  # Enable flags like --only-failures and --next-failure
  config.example_status_persistence_file_path = '.rspec_status'

  # Disable RSpec exposing methods globally on `Module` and `main`
  config.disable_monkey_patching!

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
graphql_devise-0.8.1 spec/spec_helper.rb
graphql_devise-0.8.0 spec/spec_helper.rb
graphql_devise-0.7.0 spec/spec_helper.rb
graphql_devise-0.6.0 spec/spec_helper.rb
graphql_devise-0.5.0 spec/spec_helper.rb
graphql_devise-0.4.1 spec/spec_helper.rb
graphql_devise-0.4.0 spec/spec_helper.rb
graphql_devise-0.3.0 spec/spec_helper.rb
graphql_devise-0.2.0 spec/spec_helper.rb