-
Notifications
You must be signed in to change notification settings - Fork 0
Get in touch
Got questions? Here is where you can get in touch:
- Mailing list
- Lighthouse (Bug reports, feature requests, patches)
- IRC (log)
- stackoverflow
If you contact a developer directly you may not get an answer. If you do get an answer, the answer will most likely be cc’ed to the mailing list. Open source development also means open communication.
Try the latest released gem:
gem update cucumber
If that doesn’t help, try the latest beta gem:
gem install aslakhellesoy-cucumber —source http://gems.github.com/
It’s impossible to give a meaningful answer to “Cucumber doesn’t work – what’s wrong?” -style questions. You have to tell us more.
Most people use Cucumber in more or less complex environments where a lot of other code is involved. Various web frameworks, many different ruby gems and your own code. There are many different ways you can run features and many things that can go wrong – and quite often it has nothing to do with Cucumber at all.
So when you ask a question, please tell us:
- What cucumber version you’re using:
cucumber --version - What other gems and versions you’re using:
gem list - What command you ran
- What the output, error message and trace was:
--backtrace --verbose - What relevant code you have. Don’t describe your code, show it: http://gist.github.com/
- And finally, tell us how to reproduce the error, as described on the Contributing page.