Sha256: e38f1320c56239b6c7008f716b87923d13ac08613f0b2712265391d411ae7d8e

Contents?: true

Size: 425 Bytes

Versions: 34

Compression:

Stored size: 425 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

Bundler.require(:default)

require 'smarter_csv'


RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.filter_run :focus => true
  config.run_all_when_everything_filtered = true
#  config.fixture_path = 'spec/fixtures'

#  config.mock_with :rr
#  config.before(:each) do
#    Project.delete_all
#    Category.delete_all
#  end
end

Version data entries

34 entries across 34 versions & 2 rubygems

Version Path
smarter_csv-1.1.5 spec/spec_helper.rb
smarter_csv-1.1.4 spec/spec_helper.rb
smarter_csv-1.1.3 spec/spec_helper.rb
smarter_csv-1.1.2 spec/spec_helper.rb
smarter_csv-1.1.1 spec/spec_helper.rb
smarter_csv-1.1.0 spec/spec_helper.rb
smarter_csv-1.0.19 spec/spec_helper.rb
smarter_csv-1.0.18 spec/spec_helper.rb
smarter_csv-1.0.17 spec/spec_helper.rb
smarter_csv-1.0.16 spec/spec_helper.rb
smarter_csv-1.0.15 spec/spec_helper.rb
smarter_csv-1.0.14 spec/spec_helper.rb
smarter_csv-1.0.12 spec/spec_helper.rb
smarter_csv-1.0.11 spec/spec_helper.rb