Sha256: 405314142d3de5ad6afb0d2b08c4d3a78f7e74b6a479728a6cff8e3d2b478aee

Contents?: true

Size: 402 Bytes

Versions: 5

Compression:

Stored size: 402 Bytes

Contents

require 'coveralls'
Coveralls.wear!

SimpleCov.start do
  add_filter '/spec/'
  add_filter '/test/'
end

RSpec.configure do |config|
  config.expect_with :rspec do |expectations|
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end

  config.mock_with :rspec do |mocks|
    mocks.verify_partial_doubles = true
  end
end

require File.dirname(__FILE__) + '/../lib/fastcsv'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fastcsv-0.0.7 spec/spec_helper.rb
fastcsv-0.0.6 spec/spec_helper.rb
fastcsv-0.0.5 spec/spec_helper.rb
fastcsv-0.0.4 spec/spec_helper.rb
fastcsv-0.0.3 spec/spec_helper.rb