Sha256: 59bd624398b96d936b163dfeff14d74f69b4a9542c8005262f18ce6aa5ccece4

Contents?: true

Size: 477 Bytes

Versions: 123

Compression:

Stored size: 477 Bytes

Contents

# encoding: utf-8
begin require 'rspec/expectations'; rescue LoadError; require 'spec/expectations'; end
require 'cucumber/formatter/unicode'
$:.unshift(File.dirname(__FILE__) + '/../../lib') 
require 'lommeregner'

Before do
  @calc = Lommeregner.new
end

After do
end

Given /at jeg har indtastet (\d+)/ do |n|
  @calc.push n.to_i
end

When 'jeg lægger sammen' do
  @result = @calc.add
end

Then /skal resultatet være (\d*)/ do |result|
  @result.should == result.to_i
end

Version data entries

123 entries across 119 versions & 13 rubygems

Version Path
cucumber-2.99.0 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
mobiusloop-0.1.5 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
cucumber-3.0.0.pre.1 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
cucumber-2.4.0 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
mobiusloop-0.1.3 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
mobiusloop-0.1.2 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
cucumber-2.3.3 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/cucumber-1.3.18/examples/i18n/da/features/step_definitons/lommeregner_steps.rb
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/cucumber-1.3.16/examples/i18n/da/features/step_definitons/lommeregner_steps.rb
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/cucumber-1.3.18/examples/i18n/da/features/step_definitons/lommeregner_steps.rb
cucumber-2.3.2 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
cucumber-2.3.1 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
cucumber-2.3.0 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
cucumber-2.2.0 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
cucumber-2.1.0 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
cucumber-2.0.2 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
cucumber-2.0.1 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
cucumber-1.3.20 examples/i18n/da/features/step_definitons/lommeregner_steps.rb
cucumber-2.0.0 examples/i18n/da/features/step_definitions/lommeregner_steps.rb
cucumber-2.0.0.rc.5 examples/i18n/da/features/step_definitions/lommeregner_steps.rb