Sha256: 18e6943d7b70c2faf54958838d002d09533e881fee8221d2e38804bbf91b1afc

Contents?: true

Size: 374 Bytes

Versions: 5

Compression:

Stored size: 374 Bytes

Contents

require "bundler/setup"
require "omniauth/identitas"

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

5 entries across 5 versions & 1 rubygems

Version Path
omniauth-identitas-0.2.3 spec/spec_helper.rb
omniauth-identitas-0.2.2 spec/spec_helper.rb
omniauth-identitas-0.2.1 spec/spec_helper.rb
omniauth-identitas-0.2.0 spec/spec_helper.rb
omniauth-identitas-0.1.2 spec/spec_helper.rb