Use .round instead of .to_i for cucumber speeds

This commit is contained in:
Lauren Budorick
2015-08-21 19:01:24 -07:00
committed by Patrick Niklaus
parent 2b5aa142fb
commit 0a53dccd4c
5 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -18,5 +18,5 @@ Feature: Geometry Compression
When I route I should get
| from | to | route | distance | speed |
| b | e | abcdef | 589m | 35 km/h |
| e | b | abcdef | 589m | 35 km/h |
| b | e | abcdef | 589m | 36 km/h |
| e | b | abcdef | 589m | 36 km/h |