Mixed commit, user facebook issues

This commit is contained in:
2014-08-11 17:54:43 +02:00
parent 28192f8e39
commit 031e2bedea
19 changed files with 95 additions and 77 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ step "I wait :number second/seconds" do |number|
end
placeholder :number do
match /[-+]?\d+(\.\d+)?/ do |number_string|
# match /[-+]?\d+(\.\d+)?/ do |number_string|
match /\d+\.?\d?/ do |number_string|
number_string.to_f
end
end