Sha256: fba02f4aa017485b87741f900ef9a85eeeaa0eb1321564cc5980bcc1e87d139c

Contents?: true

Size: 110 Bytes

Versions: 6

Compression:

Stored size: 110 Bytes

Contents

module CustomSteps
  
  # Add real step definitions here
  def when_I_say___(string)
    puts string
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
features-0.3.0 generators/features/templates/custom_steps.rb
features-0.2.1 generators/features/templates/custom_steps.rb
features-0.2.0 generators/features/templates/custom_steps.rb
features-0.1.4 generators/features/templates/custom_steps.rb
features-0.1.3 generators/features/templates/custom_steps.rb
features-0.1.2 generators/features/templates/custom_steps.rb