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