Skip to Content
Rails 5 Test Prescriptions
book

Rails 5 Test Prescriptions

by Noel Rappin
February 2018
Intermediate to advanced
406 pages
9h 52m
English
Pragmatic Bookshelf
Content preview from Rails 5 Test Prescriptions

Testing for Error Cases

The application design allows multiple ways to simulate errors for testing purposes:

  • You can make an API call to the actual service that results in an error and then capture the result using VCR. You can use this approach in an integration or adapter test.

  • You can stub a method that’s internal to the adapter. For example, you can stub the client method to return a double that simulates an API error. You’d use this in an adapter test.

  • You can stub the adapter to return an unexpected value in a client test.

Which approach you choose depends on the details of the library you’re working with. Often, stubbing the external service makes sense for the same reason that stubbing ActiveRecord methods does—crafting a call that ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Rails 4 Test Prescriptions

Rails 4 Test Prescriptions

Noel Rappin
What Employees Want Most in Uncertain Times

What Employees Want Most in Uncertain Times

Kristine W. Powers, Jessica B.B. Diaz
Agile Web Development with Rails 5.1

Agile Web Development with Rails 5.1

Sam Ruby, David B. Copeland, Dave Thomas

Publisher Resources

ISBN: 9781680505566Errata Page