Module: RestfulSpec
- Extended by:
- ActiveSupport::Autoload, ActiveSupport::Concern
- Defined in:
- lib/restful_spec.rb,
lib/restful_spec/version.rb
Defined Under Namespace
Modules: ClassMethods, Error Classes: Railtie, Specification
Constant Summary collapse
- VERSION =
"1.0.1"
Instance Method Summary collapse
Instance Method Details
#spec ⇒ Object
28 29 30 |
# File 'lib/restful_spec.rb', line 28 def spec render json: current_specification end |