Sha256: d5de43a49727d9b0410d0e041a1d0d1c4674fdb03b9e7500f965a130aa266f47

Contents?: true

Size: 500 Bytes

Versions: 260

Compression:

Stored size: 500 Bytes

Contents

# encoding: utf-8

Дадено /въвел (\d+)/ do |x|
  calc.push x.to_i
end

Когато /^въведа (\d+)/ do |x|
  calc.push x.to_i
end

Когато /натисна "(.*)"/ do |op|
  calc.send op
end

То /резултата трябва да е равен на (\d+)/ do |result|
  calc.result.should == result.to_f
end

Дадено /събрал (\d+) и (\d+)/ do |x, y|
  Дадено %{въвел #{x}}
  Дадено %{въвел #{y}}  
  Дадено %{натисна "+"}
end

Version data entries

260 entries across 256 versions & 26 rubygems

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