Sha256: 494900c8424e06e6f5ebdaaf1e9aa2231773b6fc83641e88a1179e52987ebf00

Contents?: true

Size: 377 Bytes

Versions: 6

Compression:

Stored size: 377 Bytes

Contents

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

require 'rspec'
require 'netsuite'

# 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_enabled = true
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
netsuite-0.2.4 spec/spec_helper.rb
netsuite-0.2.3 spec/spec_helper.rb
netsuite-0.2.2 spec/spec_helper.rb
netsuite-0.2.1 spec/spec_helper.rb
netsuite-0.2.0 spec/spec_helper.rb
netsuite-0.1.0 spec/spec_helper.rb