Sha256: 4390acfd50d1e918f9837f36bf6e52a6d973049e9dbfa39658b26862d015f961

Contents?: true

Size: 744 Bytes

Versions: 24

Compression:

Stored size: 744 Bytes

Contents

Feature: Nested Steps in I18n

  Background:
    Given a scenario with a step that looks like this in japanese:
      """gherkin
      前提 two turtles
      """
    And a step definition that looks like this:
      """ruby
      # -*- coding: utf-8 -*-
      前提 /a turtle/ do
        puts "turtle!"
      end
      """

  Scenario: Use #steps to call several steps at once
    Given a step definition that looks like this:
      """ruby
      # -*- coding: utf-8 -*-
      前提 /two turtles/ do
        steps %{
          前提 a turtle
          かつ a turtle
        }
      end
      """
    When I run the feature with the progress formatter
    Then the output should contain:
      """
      turtle!

      turtle!

      """

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
cucumber-2.99.0 features/docs/defining_steps/nested_steps_i18n.feature
mobiusloop-0.1.5 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.4.0 features/docs/defining_steps/nested_steps_i18n.feature
mobiusloop-0.1.3 features/docs/defining_steps/nested_steps_i18n.feature
mobiusloop-0.1.2 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.3.3 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.3.2 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.3.1 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.3.0 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.2.0 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.1.0 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.0.2 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.0.1 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.0.0 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.0.0.rc.5 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.0.0.rc.4 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.0.0.rc.3 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.0.0.rc.2 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.0.0.rc.1 features/docs/defining_steps/nested_steps_i18n.feature
cucumber-2.0.0.beta.5 features/docs/defining_steps/nested_steps_i18n.feature