module LapisLazuli::Ast
Convenience module for dealing with aspects of the cucumber AST. From version 1.3.x to version 2.0.x, some changes were introduced here.
Public Instance Methods
scenario_id(scenario)
click to toggle source
Return a unique and human parsable ID for scenarios
# File lib/lapis_lazuli/ast.rb, line 16 def scenario_id(scenario) [scenario.id] end