Sha256: 4e857758a34f327621c1db812531f28755dbe0b29f3908464439a0936ee4f6d4

Contents?: true

Size: 608 Bytes

Versions: 13

Compression:

Stored size: 608 Bytes

Contents

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

require "rubygems"
require "bundler/setup"

Bundler.require

# https://circleci.com/docs/code-coverage
if ENV['CIRCLE_ARTIFACTS']
  require 'simplecov'
  dir = File.join("../../../..", ENV['CIRCLE_ARTIFACTS'], "coverage")
  SimpleCov.coverage_dir(dir)
  SimpleCov.start
end

# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
Dir['spec/support/**/*.rb'].each { |f| require f }

RSpec.configure do |config|
  config.mock_framework = :rspec
  config.color = true
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
netsuite-0.9.3 spec/spec_helper.rb
netsuite-0.9.2 spec/spec_helper.rb
netsuite-0.9.1 spec/spec_helper.rb
netsuite-0.9.0 spec/spec_helper.rb
netsuite-0.8.12 spec/spec_helper.rb
netsuite-0.8.11 spec/spec_helper.rb
netsuite-0.8.10 spec/spec_helper.rb
netsuite-0.8.9 spec/spec_helper.rb
netsuite-0.8.8 spec/spec_helper.rb
netsuite-0.8.7 spec/spec_helper.rb
netsuite-0.8.6 spec/spec_helper.rb
netsuite-0.8.5 spec/spec_helper.rb
netsuite-0.8.4 spec/spec_helper.rb