spec/spec_helper.rb in netsuite-0.2.6 vs spec/spec_helper.rb in netsuite-0.3.0

- old
+ new

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