Sha256: 036d7f64831dee772dd00de34a551f16154767fc4236c3722647d65340ba7ac3

Contents?: true

Size: 531 Bytes

Versions: 7

Compression:

Stored size: 531 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'natives-catalog'

if ENV['COVERAGE']
  require 'simplecov'
  SimpleCov.start
end

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

RSpec.configure do |config|
  config.add_setting :fixture_path
  config.fixture_path = File.join(File.dirname(__FILE__), 'fixtures')
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
natives-catalog-0.3.4 spec/spec_helper.rb
natives-catalog-0.3.3 spec/spec_helper.rb
natives-catalog-0.3.2 spec/spec_helper.rb
natives-catalog-0.3.1 spec/spec_helper.rb
natives-catalog-0.3.0 spec/spec_helper.rb
natives-catalog-0.2.1 spec/spec_helper.rb
natives-catalog-0.2.0 spec/spec_helper.rb