Sha256: 042df0a75c2f917997245b14b9fdadcd9351fad4ab07902c1701230b78842747

Contents?: true

Size: 623 Bytes

Versions: 3

Compression:

Stored size: 623 Bytes

Contents

require 'bundler/setup'
require 'serialbar'

Dir["./spec/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  # 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
  config.expose_dsl_globally = false
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
serialbar-0.0.3 spec/spec_helper.rb
serialbar-0.0.2 spec/spec_helper.rb
serialbar-0.0.1 spec/spec_helper.rb