spec/feature: add stripe integration tests

This commit is contained in:
Rishabh Saxena 2016-08-16 00:46:11 +05:30
parent 060d65c430
commit 75e11223d2
3 changed files with 57 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Mock external requests to youtube
require 'webmock/rspec'
WebMock.disable_net_connect!(allow_localhost: true)
WebMock.allow_net_connect!
RSpec.configure do |config|
config.before(:each) do