cucumber grails - feature with unimplemented steps still passes -
i have started trying out bdd using cucumber , grails. i'm following tutorial cucumber recipes book, , have created feature not yet created step definitions implement test.
feature: furious fowl game @integration scenario: new game given: see 3 buildings when: slingshot bird then: should see 2 buildings
when run grails test-app :cucumber
, expecting test fail indicate steps have not been implemented, test result success:
furious fowl game single test executed without single error or failure! system output feature: furious fowl game scenario: new game # game.feature:4 given: see 3 buildings when: slingshot bird then: should see 2 buildings
i'm sure obvious, i'm stumped. please let me know if need see i've not included above.
looks down version of grails cucumber plugin.
according changelog plugin 0.7.0 adds handling pending steps , reports them errors, have updated 0.8.0.
Comments
Post a Comment