Major supplier refactor making the whole system work better

This commit is contained in:
2014-08-07 15:50:06 +02:00
parent e61767fe78
commit b4353113e1
40 changed files with 6614 additions and 4354 deletions
+6
View File
@@ -21,6 +21,12 @@ step "I wait :number second/seconds" do |number|
sleep number.to_f
end
placeholder :number do
match /[-+]?\d+(\.\d+)?/ do |number_string|
number_string.to_f
end
end
step "I open the debugger" do
binding.pry
end