Sha256: cae29943103b4d2403723f04b2cca9d90121412c43a0180ab96585aed32dc60a

Contents?: true

Size: 351 Bytes

Versions: 5

Compression:

Stored size: 351 Bytes

Contents

Then 'it should pass' do
  steps %Q{
    Then it should pass with:
      """
      """
  }
end

Then /^it should (pass|fail) with template:$/ do |pass_fail, template|
  self.__send__("assert_#{pass_fail}ing_with", expand(template))
end

When /^I run `(.*)` \(variables expanded\)$/ do |command|
  steps %Q{
    When I run `#{expand(command)}`
  }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vim-flavor-2.2.2 features/step_definitions/cli_steps.rb
vim-flavor-2.2.1 features/step_definitions/cli_steps.rb
vim-flavor-2.2.0 features/step_definitions/cli_steps.rb
vim-flavor-2.1.1 features/step_definitions/cli_steps.rb
vim-flavor-2.1.0 features/step_definitions/cli_steps.rb