Sha256: 7cfefe910bf689d4c25bebf071c6c7a37183c558ece09cf4b405c1b23960c89d

Contents?: true

Size: 239 Bytes

Versions: 7

Compression:

Stored size: 239 Bytes

Contents

Given %r{a decision is to be made on "(.*)"} do |decision|
  @decision = @activity.decisions[decision.to_sym]
end

Then /trace the calculation/ do
  @activity_instance.class.send :include, Leap::Trace
  @activity_instance.trace_report
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sniff-1.1.1 lib/test_support/cucumber/step_definitions/leap_steps.rb
sniff-1.1.0 lib/test_support/cucumber/step_definitions/leap_steps.rb
sniff-1.0.1 lib/test_support/cucumber/step_definitions/leap_steps.rb
sniff-1.0.0 lib/test_support/cucumber/step_definitions/leap_steps.rb
sniff-0.11.12 lib/test_support/cucumber/step_definitions/leap_steps.rb
sniff-0.11.11 lib/test_support/cucumber/step_definitions/leap_steps.rb
sniff-0.11.10 lib/test_support/cucumber/step_definitions/leap_steps.rb