Sha256: e1bfbcabe5aef374d22b3e4196d2a5bd2012356773f960d71ba5201b8293c758

Contents?: true

Size: 440 Bytes

Versions: 5

Compression:

Stored size: 440 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'rspec'
require 'bio-velvet_underground'
require 'pry'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

TEST_DATA_DIR=File.join File.dirname(__FILE__),'data'

RSpec.configure do |config|

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bio-velvet_underground-0.3.1 spec/spec_helper.rb
bio-velvet_underground-0.3.0 spec/spec_helper.rb
bio-velvet_underground-0.2.1 spec/spec_helper.rb
bio-velvet_underground-0.2.0 spec/spec_helper.rb
bio-velvet_underground-0.1.0 spec/spec_helper.rb