Module: DSL::Route
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/rspec-api/dsl/route.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#send_request(verb, route, body) ⇒ Object
8 9 10 |
# File 'lib/rspec-api/dsl/route.rb', line 8 def send_request(verb, route, body) # To be overriden by more specific modules end |