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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -