Skip to content

Instantly share code, notes, and snippets.

@DylanFM
Created September 14, 2010 11:14
Show Gist options
  • Save DylanFM/578885 to your computer and use it in GitHub Desktop.
Save DylanFM/578885 to your computer and use it in GitHub Desktop.
cucumber master: cucumber examples/rspec_doubles/features/mocking.feature
Using the default profile...
F--F
Failing Scenarios:
cucumber examples/rspec_doubles/features/mocking.feature:5 # Scenario: Mock a transmogrifier
1 scenario (1 failed)
2 steps (2 skipped)
0m0.002s
# Here I did the same thing, replacing the require with the contents of that file and it passes
cucumber master: cucumber examples/rspec_doubles/features/mocking.feature
Using the default profile...
..
1 scenario (1 passed)
2 steps (2 passed)
0m0.002s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment