spec/spec_helper.rb in chargify2-0.2.4 vs spec/spec_helper.rb in chargify2-0.2.5

- old
+ new

@@ -1,8 +1,9 @@ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'bundler' Bundler.require(:default, :development) +require 'webmock/rspec' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}