spec/spec_helper.rb in grosser-rpx_now-0.5.3 vs spec/spec_helper.rb in grosser-rpx_now-0.5.4

- old
+ new

@@ -8,13 +8,9 @@ # ---- setup environment/plugin require File.expand_path("../init", File.dirname(__FILE__)) API_KEY = '4b339169026742245b754fa338b9b0aebbd0a733' API_VERSION = RPXNow.api_version - - - - # ---- rspec Spec::Runner.configure do |config| config.mock_with :mocha config.before :each do RPXNow.api_key = API_KEY \ No newline at end of file