module Lurker::SpecHelper::Rails::ClassMethods

Public Instance Methods

new(*) click to toggle source
Calls superclass method
# File lib/lurker/spec_helper/rails.rb, line 27
def new(*)
  super.extend(LurkerSession)
end