Module: RSpecApi::Requests::Pending

Defined in:
lib/rspec-api/requests/pending.rb

Instance Method Summary collapse

Instance Method Details

#pending_requestObject



4
5
6
7
8
9
10
11
12
# File 'lib/rspec-api/requests/pending.rb', line 4

def pending_request
  it {
    pending <<-EOF
      To use respond_with, specify the parameters for the request and
      the expectations in the :rspec_api_params example metadata,
      indicating the action, the route, and either host or adapter.
    EOF
  }
end