Please see the problem description and summary in features/manage_mad_libs.feature
To get started with this rails app, you'll want to ensure you have the
correct version of ruby. You should be using MRI 1.9.3. We recommend
using RVM, but use whatever method works best for you. This project
has a .ruby-version
file included in it to help you get started.
After you have the proper version of ruby, you will need bundler (gem install bundler
), then you can run bundle install
and get to work.
You should be able to just run cucumber
from the console and see the
tests run (and fail to start). Sometimes you might have to run bundle exec cucumber
depending on your particular environment.
Make the tests pass. Good luck! :)