Sha256: 6f3f65cc02d3918823b1d721d082ddae506e218743ff1dcba0c2b5169bbba493

Contents?: true

Size: 611 Bytes

Versions: 2

Compression:

Stored size: 611 Bytes

Contents

require 'json'
require 'coveralls'
Coveralls.wear!

require 'bundler/setup'
require 'cryptor'

RSpec.configure do |c|
  # Setting this config option `false` removes rspec-core's monkey patching of the
  # top level methods like `describe`, `shared_examples_for` and `shared_context`
  # on `main` and `Module`. The methods are always available through the `RSpec`
  # module like `RSpec.describe` regardless of this setting.
  # For backwards compatibility this defaults to `true`.
  #
  # https://relishapp.com/rspec/rspec-core/v/3-0/docs/configuration/global-namespace-dsl
  c.expose_dsl_globally = false
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cryptor-1.1.1 spec/spec_helper.rb
cryptor-1.1.0 spec/spec_helper.rb