features/service_methods.feature in ruby_odata-0.1.0 vs features/service_methods.feature in ruby_odata-0.1.1

- old
+ new

@@ -1,14 +1,15 @@ +@service_methods Feature: Service methods In order to use a WCF Data Service more efficiently As a consumer I want to be able to utilize custom WCF DS methods Background: Given a HTTP ODataService exists - And blueprints exist for the service + And blueprints exist for the service - + Scenario: A custom web get (no parameters) that returns an entity Given a category exists And I call the service method "EntityCategoryWebGet" Then the first result should be of type "Category"