Sha256: 1c082d9438841b26273873cf453e557bafc23a335a5d799e40b07f5a55fa3c90
Contents?: true
Size: 437 Bytes
Versions: 154
Compression:
Stored size: 437 Bytes
Contents
require 'rspec' require 'rb-fchange' RSpec.configure do |config| # config.color_enabled = true config.filter_run :focus => true config.run_all_when_everything_filtered = true config.before(:each) do @fixture_path = Pathname.new(File.expand_path('../fixtures/', __FILE__)) end config.before(:all) do end config.after(:all) do gem_root = Pathname.new(File.expand_path('../../', __FILE__)) end end
Version data entries
154 entries across 62 versions & 4 rubygems