Validating JSON Schemas with an RSpec Matcher Use RSpec and JSON Schema to create a test-driven process in which changes to the structure of your JSON API drive the implementation of new features. Laila Winner September 23, 2014 Web JSON Ruby RSpec Testing
Speed Up Tests by Selectively Avoiding Factory Bot Learn one simple way to speed up your tests with the factory_bot gem! Josh Clayton August 14, 2014 Web Rails Testing RSpec Factory Girl Factory Bot
Better Acceptance Tests with Page Objects Use a Page Object to improve acceptance readability. Josh Clayton November 15, 2012 Web RSpec Testing
Stubbing and Setting Expectations on HTTP Requests Is Now Easy With WebMock Use Webmock to mock HTTP requests to external services in a simple and predictable way. Bartosz Blimke November 24, 2009 RSpec Ruby Testing New Bamboo Web