class IndexSteps
Public Class Methods
new(generator, user, file)
click to toggle source
Calls superclass method
StepsTemplator::new
# File lib/generators/feature/index_steps.rb, line 4 def initialize(generator, user, file) super end
Public Instance Methods
create()
click to toggle source
# File lib/generators/feature/index_steps.rb, line 8 def create create_methods('index_methods.rb') create_step(:given, 'index_given_steps.rb') create_step(:then, 'index_then_steps.rb') end