Sha256: 36a3fdc1a3a001276e34ef87f087ad42d98110fcd56b6f83cf7c9cd827418f4a
Contents?: true
Size: 303 Bytes
Versions: 2
Compression:
Stored size: 303 Bytes
Contents
# Copyright (c) 2020 Jean-Sebastien Gelinas, see LICENSE.txt # frozen_string_literal: true When(/^I get help/) do step %(I run `#{::Configuration.instance.app_name} help`) end When(/^I get help for "([^"]*)"$/) do |command| step %(I run `#{::Configuration.instance.app_name} #{command} help`) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tileset_tooling-0.1.0 | features/step_definitions/help_steps.rb |
tileset_tooling-0.0.2 | features/step_definitions/help_steps.rb |