Skip to content

Commit

Permalink
Fixed failing test after changing the blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
visoft committed Dec 7, 2011
1 parent 255f02b commit 4273d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/complex_types.feature
Expand Up @@ -34,7 +34,7 @@ Scenario: Complex properties should be able to be added
And I save changes
And I call "Products" on the service with args: "1"
When I run the query
Then the method "CreatedBy" on the first result's method "AuditFields" should equal: "Cucumber"
Then the method "CreatedBy" on the first result's method "AuditFields" should equal: "Machinist"

Scenario: Complex properties should be able to be updated
Given I call "AddToProducts" on the service with a new "Product" object
Expand Down

0 comments on commit 4273d30

Please sign in to comment.