spec/spec_helper.rb in netsuite-0.0.47 vs spec/spec_helper.rb in netsuite-0.0.48

- old
+ new

@@ -1,9 +1,9 @@ -$LOAD_PATH.unshift(File.dirname(__FILE__)) -$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) -require 'netsuite' +$LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..') )) + require 'rspec' require 'rspec/autorun' +require 'netsuite' require 'savon_spec' # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir['spec/support/**/*.rb'].each { |f| require f }