Sha256: 658f56ddb6c8d5454a44a5178d4e823e559700f60c2c2cfaaa5ce89af231645b

Contents?: true

Size: 619 Bytes

Versions: 20

Compression:

Stored size: 619 Bytes

Contents

# frozen_string_literal: true

if ENV['CI'] && !ENV['SKIP_COVERALLS']
  require 'simplecov'
  require 'coveralls'

  SimpleCov.formatter = Coveralls::SimpleCov::Formatter
  SimpleCov.start 'rails' do
    add_filter ['spec']
  end
end

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

20 entries across 20 versions & 1 rubygems

Version Path
graphql_devise-2.0.0 spec/spec_helper.rb
graphql_devise-1.0.0 spec/spec_helper.rb
graphql_devise-0.18.2 spec/spec_helper.rb
graphql_devise-0.18.1 spec/spec_helper.rb
graphql_devise-0.18.0 spec/spec_helper.rb
graphql_devise-0.17.1 spec/spec_helper.rb
graphql_devise-0.17.0 spec/spec_helper.rb
graphql_devise-0.16.0 spec/spec_helper.rb
graphql_devise-0.15.0 spec/spec_helper.rb
graphql_devise-0.14.3 spec/spec_helper.rb
graphql_devise-0.14.2 spec/spec_helper.rb
graphql_devise-0.14.1 spec/spec_helper.rb
graphql_devise-0.14.0 spec/spec_helper.rb
graphql_devise-0.13.6 spec/spec_helper.rb
graphql_devise-0.13.5 spec/spec_helper.rb
graphql_devise-0.13.4 spec/spec_helper.rb
graphql_devise-0.13.3 spec/spec_helper.rb
graphql_devise-0.13.2 spec/spec_helper.rb
graphql_devise-0.13.1 spec/spec_helper.rb
graphql_devise-0.13.0 spec/spec_helper.rb