thoughtbot / testing-rails

Source code for the Testing Rails book
Other
279 stars 49 forks source link

Minor typos in "Blocking all requests" "Fakes" section #90

Closed thebrianemory closed 7 years ago

thebrianemory commented 7 years ago

These give you the ability return dynamic responses because they actually run code.

We commonly write these as Sinatra apps and then use Webmock or capybara-discoball load it up the app in tests.

rohitsinha577 commented 7 years ago

Plz unsubscribe me from thoughtbot

On Tue, Mar 7, 2017 at 10:12 PM, Brian Emory notifications@github.com wrote:

These give you the ability return dynamic responses because they actually run code.

We commonly write these as Sinatra apps and then use Webmock or capybara-discoball load it up the app in tests.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thoughtbot/testing-rails/issues/90, or mute the thread https://github.com/notifications/unsubscribe-auth/AROZQAgTX1XsNrS2teCPPOk84JWuH7w2ks5rjYjvgaJpZM4MVug7 .

JoelQ commented 7 years ago

@rohitsinha577 You can unsubscribe to updates from this repo using the dropdown at the top of the page:

testing-rails 2017-03-09 17-05-49

JoelQ commented 7 years ago

Fixed in PR #91 . Thanks for reporting this @thebrianemory !