Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make webmock delivery_method works on rspec #7

Open
asiniy opened this issue Feb 17, 2015 · 0 comments
Open

Make webmock delivery_method works on rspec #7

asiniy opened this issue Feb 17, 2015 · 0 comments

Comments

@asiniy
Copy link
Owner

asiniy commented Feb 17, 2015

We need to make this line

  config.sms_ru.delivery_method = :webmock

replace this:

RSpec.configure do |config|
  config.before(:each) do
    stub_request(:post, 'http://sms.ru/sms/send')
      .to_return(status: 200, body: '100', headers: {})
  end
end

Please review this issue: #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant