Sha256: dfa8214061ca7431d0a9162ad83d7b9f4d67b454961669500a23dfc2234133b2

Contents?: true

Size: 398 Bytes

Versions: 140

Compression:

Stored size: 398 Bytes

Contents

Feature: Fibonacci
  In order to calculate super fast fibonacci series
  As a Tcl hacker
  I want to use Tcl for that
  
  Scenario Outline: Series
    When I ask Tcl to calculate fibonacci for <n>
    Then it should give me <result>
    Examples:
      | n | result |
      | 1 | 1      |
      | 2 | 1      |
      | 3 | 2      |
      | 4 | 3      |
      | 5 | 5      |
      | 6 | 8      |
  

Version data entries

140 entries across 138 versions & 14 rubygems

Version Path
cucumber-3.0.1 examples/tcl/features/fibonnacci.feature
cucumber-2.99.0 examples/tcl/features/fibonnacci.feature
cucumber-3.0.0 examples/tcl/features/fibonnacci.feature
cucumber-3.0.0.pre.2 examples/tcl/features/fibonnacci.feature
mobiusloop-0.1.5 examples/tcl/features/fibonnacci.feature
cucumber-3.0.0.pre.1 examples/tcl/features/fibonnacci.feature
cucumber-2.4.0 examples/tcl/features/fibonnacci.feature
mobiusloop-0.1.3 examples/tcl/features/fibonnacci.feature
mobiusloop-0.1.2 examples/tcl/features/fibonnacci.feature
cucumber-2.3.3 examples/tcl/features/fibonnacci.feature
cucumber-2.3.2 examples/tcl/features/fibonnacci.feature
cucumber-2.3.1 examples/tcl/features/fibonnacci.feature
cucumber-2.3.0 examples/tcl/features/fibonnacci.feature
cucumber-2.2.0 examples/tcl/features/fibonnacci.feature
cucumber-2.1.0 examples/tcl/features/fibonnacci.feature
cucumber-2.0.2 examples/tcl/features/fibonnacci.feature
cucumber-2.0.1 examples/tcl/features/fibonnacci.feature
cucumber-1.3.20 examples/tcl/features/fibonnacci.feature
cucumber-2.0.0 examples/tcl/features/fibonnacci.feature
cucumber-2.0.0.rc.5 examples/tcl/features/fibonnacci.feature