Sha256: cb3792021f37fc46532e09a966cf9fcd09f40ac8cb923e4f5ede51617228bb66

Contents?: true

Size: 512 Bytes

Versions: 123

Compression:

Stored size: 512 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 'kalkulaator'

Before do
  @calc = Kalkulaator.new
end

After do
end

Given /olen sisestanud kalkulaatorisse numbri (\d+)/ do |n|
  @calc.push n.to_i
end

When /ma vajutan (\w+)/ do |op|
  @result = @calc.send op
end

Then /vastuseks peab ekraanil kuvatama (.*)/ do |result|
  @result.should == result.to_f
end

Version data entries

123 entries across 119 versions & 13 rubygems

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