Sha256: 0ea938c9b9bb5e280cf839b8373bc8be8869f67f06be2c23c67575272f988c57

Contents?: true

Size: 303 Bytes

Versions: 123

Compression:

Stored size: 303 Bytes

Contents

from py_dsl import *

@Given("^I ask python to calculate fibonacci up to (\d+)$")
def calc_fib_upto(n):
    print("CALCULATING FIB")
    #self.fib_result = fib.fib(n.to_i)
    
@Given("^it should give me (\[.*\])$")
def fib_should_be(n):
    print("COMPARING FIB")
    #self.fib_result = fib.fib(n.to_i)

Version data entries

123 entries across 121 versions & 15 rubygems

Version Path
cucumber-1.0.1 examples/python/features/step_definitions/fib_steps.py
cucumber-1.0.0 examples/python/features/step_definitions/fib_steps.py
cucumber-0.8.7 examples/python/features/step_definitions/fib_steps.py
cucumber-0.8.6 examples/python/features/step_definitions/fib_steps.py
cucumber-0.10.7 examples/python/features/step_definitions/fib_steps.py
cucumber-0.10.6 examples/python/features/step_definitions/fib_steps.py
cucumber-0.10.5 examples/python/features/step_definitions/fib_steps.py
cucumber-0.10.3 examples/python/features/step_definitions/fib_steps.py
cucumber-0.10.2 examples/python/features/step_definitions/fib_steps.py
cucumber-0.10.1 examples/python/features/step_definitions/fib_steps.py
stefl-cucumber-0.10.1 examples/python/features/step_definitions/fib_steps.py
vim-jar-0.1.2.0001 bundler/ruby/1.8/gems/cucumber-0.9.4/examples/python/features/step_definitions/fib_steps.py
vim-jar-0.1.2 bundler/ruby/1.8/gems/cucumber-0.9.4/examples/python/features/step_definitions/fib_steps.py
vim-jar-0.1.1 bundler/ruby/1.8/gems/cucumber-0.9.4/examples/python/features/step_definitions/fib_steps.py
vim-jar-0.1.0 bundler/ruby/1.8/gems/cucumber-0.9.4/examples/python/features/step_definitions/fib_steps.py
cucumber-0.10.0 examples/python/features/step_definitions/fib_steps.py
cucumber-0.9.4 examples/python/features/step_definitions/fib_steps.py
cucumber-0.9.3 examples/python/features/step_definitions/fib_steps.py
cucumber-0.9.2 examples/python/features/step_definitions/fib_steps.py
cucumber-0.9.1 examples/python/features/step_definitions/fib_steps.py