Sha256: d1742fd9719c05fd17660ea6ceebd05f41f495f5cc19bfdb359eca1926664e90
Contents?: true
Size: 503 Bytes
Versions: 76
Compression:
Stored size: 503 Bytes
Contents
if ENV['COVERAGE'] begin require 'simplecov' SimpleCov.start do add_filter "/spec/" end if ENV['TRAVIS'] require 'coveralls' Coveralls.wear! end rescue LoadError warn "Could not load simplecov: #{$!}" end end require "bundler/setup" require "multipart_post" RSpec.configure do |config| # Enable flags like --only-failures and --next-failure config.example_status_persistence_file_path = ".rspec_status" config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
76 entries across 65 versions & 13 rubygems