spec/spec_helper.rb in netsuite-0.0.50 vs spec/spec_helper.rb in netsuite-0.1.0

- old
+ new

@@ -1,10 +1,8 @@ $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 }