Sha256: ba2f39bc325dc644628e958180cd7f0483795cfe1de5b7acd0a2f4fba6533a14
Contents?: true
Size: 679 Bytes
Versions: 1
Compression:
Stored size: 679 Bytes
Contents
require 'bundler' require 'simplecov' $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'mocha/api' require 'sailthru_mailer' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Bundler.require(:default) SimpleCov.start do add_filter "/spec/" end SimpleCov.at_exit do SimpleCov.result.format! end # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| config.mock_with :mocha end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sailthru_mailer_3-1.0.2 | spec/spec_helper.rb |