examples/i18n/ar/features/step_definitons/calculator_steps.rb in cucumber-0.8.5 vs examples/i18n/ar/features/step_definitons/calculator_steps.rb in cucumber-0.8.6
- old
+ new
@@ -13,10 +13,10 @@
Given "كتابة $n في الآلة الحاسبة" do |n|
@calc.push n.to_i
end
-When /يتم الضغط على (\w+)/ do |op|
+When /يتم الضغط على (.+)/ do |op|
@result = @calc.send op
end
Then /يظهر (.*) على الشاشة/ do |result|
@result.should == result.to_f