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.6.1 spec/spec_helper.rb
smarter_csv-1.6.0 spec/spec_helper.rb
smarter_csv-1.5.2 spec/spec_helper.rb
smarter_csv-1.5.1 spec/spec_helper.rb
smarter_csv-1.5.0 spec/spec_helper.rb
smarter_csv-1.4.2 spec/spec_helper.rb
smarter_csv-1.4.0 spec/spec_helper.rb
smarter_csv-1.3.0 spec/spec_helper.rb
smarter_csv-1.2.8 spec/spec_helper.rb
smarter_csv-1.2.7 spec/spec_helper.rb
pokedex-terminal-0.2.8 vendor/bundle/ruby/2.7.0/gems/smarter_csv-1.2.6/spec/spec_helper.rb
pokedex-terminal-0.2.7 vendor/bundle/ruby/2.7.0/gems/smarter_csv-1.2.6/spec/spec_helper.rb
pokedex-terminal-0.2.6 vendor/bundle/ruby/2.7.0/gems/smarter_csv-1.2.6/spec/spec_helper.rb
pokedex-terminal-0.2.5 vendor/bundle/ruby/2.7.0/gems/smarter_csv-1.2.6/spec/spec_helper.rb
pokedex-terminal-0.2.4 vendor/bundle/ruby/2.7.0/gems/smarter_csv-1.2.6/spec/spec_helper.rb
smarter_csv-1.2.6 spec/spec_helper.rb
smarter_csv-1.2.5 spec/spec_helper.rb
smarter_csv-1.2.4 spec/spec_helper.rb
smarter_csv-1.2.3 spec/spec_helper.rb
smarter_csv-1.2.0 spec/spec_helper.rb