Sha256: da9a3adb8f07666eb76e26d6b9796085f8bb7a07382f30ff28ca83ff4f02838a

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

# encoding: utf-8

# require spec support files and shared behavior
Dir[File.expand_path('../support/**/*.rb', __FILE__)].each do |file|
  require file
end

RSpec.configure do |config|
  config.include ExecutorDouble

  config.expect_with :rspec do |c|
    # Allow both for now
    c.syntax = [:should, :expect]
  end

  config.mock_with :rspec do |c|
    # Allow both for now
    c.syntax = [:should, :expect]
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
exogenesis-1.0.0 spec/spec_helper.rb
exogenesis-0.2.0 spec/spec_helper.rb