Sha256: 2496e3ecb3ef019c4538ebe96dc72f9cc249aa9c18959743581effa589ca04dd
Contents?: true
Size: 291 Bytes
Versions: 5
Compression:
Stored size: 291 Bytes
Contents
if ENV['COVERAGE'] == "true" require 'simplecov' FILTER_DIRS = ['spec'] SimpleCov.start do FILTER_DIRS.each{ |f| add_filter f } end end require 'rubygems' require 'bundler/setup' require 'mocha/api' require 'shutter' RSpec.configure do |config| config.mock_with :mocha end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
shutter-0.2.5 | spec/spec_helper.rb |
shutter-0.2.4 | spec/spec_helper.rb |
shutter-0.2.3 | spec/spec_helper.rb |
shutter-0.2.2 | spec/spec_helper.rb |
shutter-0.2.0 | spec/spec_helper.rb |