features/error_handling.feature in ruby_odata-0.1.4 vs features/error_handling.feature in ruby_odata-0.1.5
- old
+ new
@@ -8,7 +8,6 @@
Given a HTTP ODataService exists
And blueprints exist for the service
Scenario: Violate a data type conversion (empty string to decimal)
Given I call "AddToProducts" on the service with a new "Product" object with Price: ""
- When I save changes it should throw an exception with message containing "HTTP Error 400"
-
+ When I save changes it should throw an exception with message containing "Error encountered in converting the value"