spec/spec_helper.rb in reviewed-0.4.2 vs spec/spec_helper.rb in reviewed-0.4.3

- old
+ new

@@ -20,10 +20,10 @@ config.hook_into :webmock config.configure_rspec_metadata! end -TEST_URL = 'http://localhost:3000/api/v1' +TEST_URL = 'https://the-guide-staging.herokuapp.com/api/v1' TEST_KEY = ENV['REVIEWED_API_KEY'] Reviewed::Client.configure do |client| client.api_key = TEST_KEY client.api_base_uri = TEST_URL