Top Level Namespace

Defined Under Namespace

Modules: Environment, Web Classes: CustomerProfile, CustomerUsageBehavior, SupportClass

Constant Summary

ORDER =
/(?:first|second|third)/
TEDDY_BEAR =
/teddy bear/
CUSTOMER =
/(?:(?:an?|the|#{ORDER}) customer|#{TEDDY_BEAR})/

Instance Method Summary (collapse)

Instance Method Details

- (Object) a_helper_method

Some details about the helper method that might be picked up in the documentation.



107
108
109
# File 'example/step_definitions/example.step.rb', line 107

def a_helper_method
  puts "performs some operation"
end