spec/spec_helper.rb in netsuite-0.3.2 vs spec/spec_helper.rb in netsuite-0.3.3

- old
+ new

@@ -2,9 +2,11 @@ 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 } RSpec.configure do |config| config.mock_framework = :rspec config.color = true