Module: Gon::SpecHelper::Rails::ClassMethods
- Defined in:
- lib/gon/spec_helpers.rb
Defined Under Namespace
Modules: GonSession
Instance Method Summary collapse
Instance Method Details
#new ⇒ Object
19 20 21 |
# File 'lib/gon/spec_helpers.rb', line 19 def new(*) super.extend(GonSession) end |