This is a demo of a simple Cucumber feature. Blobber allows users to post messages and see them.
The feature can be found in the features directory. There is only one scenario.
Installation Instructions:
- clone repo
- bundle install
- rake db:migrate
- Use the
cucumbercommand to run the tests.