Sha256: db14d27aa84c28d5893ade50620cc2efb09a200f6672039211f25a39326b24fe

Contents?: true

Size: 398 Bytes

Versions: 7

Compression:

Stored size: 398 Bytes

Contents

root_path = File.expand_path(File.join(File.dirname(__FILE__), '..'))
$:.unshift(File.join(root_path, "lib"))
$:.unshift(File.join(root_path, "ext"))
require 'bundler'
require 'bamfcsv'
Bundler.require(:development)
require 'csv'

RSpec.configure do |config|
  config.filter_run :focused => true
  config.alias_example_to :fit, :focused => true
  config.run_all_when_everything_filtered = true
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bamfcsv-0.3.2 spec/spec_helper.rb
bamfcsv-0.3.1 spec/spec_helper.rb
bamfcsv-0.2.0 spec/spec_helper.rb
bamfcsv-0.1.4 spec/spec_helper.rb
bamfcsv-0.1.3 spec/spec_helper.rb
bamfcsv-0.1.2 spec/spec_helper.rb
bamfcsv-0.1.1 spec/spec_helper.rb