Sha256: 725996785791cadade67ad511253a8d831efcf35bd9c5134c308ee85d06ab446

Contents?: true

Size: 298 Bytes

Versions: 1

Compression:

Stored size: 298 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_standalone'
require 'shutter'

RSpec.configure do |config|
  config.mock_with :mocha
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shutter-0.1.0 spec/spec_helper.rb