Exception: Wrest::Exceptions::RealRequestMadeInTestEnvironmet

Inherits:
StandardError
  • Object
show all
Defined in:
lib/wrest/exceptions.rb

Overview

Raised when a request is made when either RAILS_ENV or ENV is set to ‘test’, which is the case when running tests/specs in a Rails application.

See wrest/test/request_patches.