Sha256: 247cf14d3341539f4565e6a8734d0a8c7677d6cf495f1b66e4b4614929d361e8

Contents?: true

Size: 538 Bytes

Versions: 5

Compression:

Stored size: 538 Bytes

Contents

require 'rspec/its'
require 'rspec/collection_matchers'
require 'simplecov'
require 'bundler/setup'

require 'rake/funnel'

# Try to load registry so we can check in specs whether it's defined.
begin
  require 'win32/registry'
rescue LoadError # rubocop:disable Lint/HandleExceptions
end

# When invoked via the rspec rake task, output needs to by synced.
Rake::Funnel::Integration::SyncOutput.new

RSpec.configure do |config|
  config.filter_run_when_matching(:focus)

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rake-funnel-0.22.2 spec/spec_helper.rb
rake-funnel-0.22.1 spec/spec_helper.rb
rake-funnel-0.22.0 spec/spec_helper.rb
rake-funnel-0.21.2 spec/spec_helper.rb
rake-funnel-0.21.1 spec/spec_helper.rb