Sha256: 5b83affe094d2ac8e6917fcc853bdc5d8573cf0a8a09d55bda424cceeaa8fc18
Contents?: true
Size: 495 Bytes
Versions: 5
Compression:
Stored size: 495 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.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
5 entries across 5 versions & 1 rubygems