Sha256: a5e985d56e3cb3b00aff7f4cba24776057d7849c4e89725764a260f65cfe86d3

Contents?: true

Size: 542 Bytes

Versions: 8

Compression:

Stored size: 542 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'rspec'
require 'fxruby-enhancement'

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

RSpec.configure do |config|
  config.expect_with :rspec do |expectations|
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end

  config.mock_with :rspec do |mocks|
    mocks.verify_partial_doubles = true
  end

  config.shared_context_metadata_behavior = :apply_to_host_groups
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fxruby-enhancement-0.2.3 spec/spec_helper.rb
fxruby-enhancement-0.2.2 spec/spec_helper.rb
fxruby-enhancement-0.2.1 spec/spec_helper.rb
fxruby-enhancement-0.2.0 spec/spec_helper.rb
fxruby-enhancement-0.1.0 spec/spec_helper.rb
fxruby-enhancement-0.0.4 spec/spec_helper.rb
fxruby-enhancement-0.0.3 spec/spec_helper.rb
fxruby-enhancement-0.0.2 spec/spec_helper.rb