Sha256: b85e973b752be931ef03e69cf293db7fb905bb46543d779f2b60dd2613ae2358

Contents?: true

Size: 507 Bytes

Versions: 123

Compression:

Stored size: 507 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 'calculator'

Before do
  @calc = Calculator.new
end

After do
end

Given /aš įvedžiau (\d+) į skaičiuotuvą/ do |n|
  @calc.push n.to_i
end

When /aš paspaudžiu "(\w+)"/ do |op|
  @result = @calc.send op
end

Then /rezultatas ekrane turi būti (.*)/ do |result|
  @result.should == result.to_f
end

Version data entries

123 entries across 119 versions & 13 rubygems

Version Path
librarian-puppet-0.9.3 vendor/gems/ruby/1.8/gems/cucumber-1.2.1/examples/i18n/lt/features/step_definitons/calculator_steps.rb
cucumber-1.2.1 examples/i18n/lt/features/step_definitons/calculator_steps.rb
resque-pool-0.3.0 vendor/bundle/ruby/1.8/gems/cucumber-1.1.9/examples/i18n/lt/features/step_definitons/calculator_steps.rb
ftl-0.2.0 vendor/bundle/gems/cucumber-1.2.0/examples/i18n/lt/features/step_definitons/calculator_steps.rb
cucumber-1.2.0 examples/i18n/lt/features/step_definitons/calculator_steps.rb
frameworks-capybara-0.2.0.rc6 vendor/bundle/ruby/1.8/gems/cucumber-1.1.9/examples/i18n/lt/features/step_definitons/calculator_steps.rb
frameworks-capybara-0.2.0.rc5 vendor/bundle/ruby/1.8/gems/cucumber-1.1.9/examples/i18n/lt/features/step_definitons/calculator_steps.rb
frameworks-capybara-0.2.0.rc4 vendor/bundle/ruby/1.8/gems/cucumber-1.1.9/examples/i18n/lt/features/step_definitons/calculator_steps.rb
frameworks-capybara-0.2.0.rc3 vendor/bundle/ruby/1.8/gems/cucumber-1.1.9/examples/i18n/lt/features/step_definitons/calculator_steps.rb
frameworks-capybara-0.2.0.rc2 vendor/bundle/ruby/1.8/gems/cucumber-1.1.9/examples/i18n/lt/features/step_definitons/calculator_steps.rb
resque-pool-0.3.0.beta.2 vendor/bundle/ruby/1.8/gems/cucumber-1.1.9/examples/i18n/lt/features/step_definitons/calculator_steps.rb
radiant-1.0.0 ruby-debug/ruby/1.8/gems/cucumber-1.1.9/examples/i18n/lt/features/step_definitons/calculator_steps.rb
cucumber-1.1.9 examples/i18n/lt/features/step_definitons/calculator_steps.rb
cucumber-1.1.8 examples/i18n/lt/features/step_definitons/calculator_steps.rb
cucumber-1.1.7 examples/i18n/lt/features/step_definitons/calculator_steps.rb
cucumber-1.1.6 examples/i18n/lt/features/step_definitons/calculator_steps.rb
cucumber-1.1.5 examples/i18n/lt/features/step_definitons/calculator_steps.rb
cucumber-1.1.4 examples/i18n/lt/features/step_definitons/calculator_steps.rb
cucumber-1.1.3 examples/i18n/lt/features/step_definitons/calculator_steps.rb
cucumber-1.1.2 examples/i18n/lt/features/step_definitons/calculator_steps.rb