Just a project to play around with Cucumber and Capybara using an e-commerce application
- [Ruby] (https://www.ruby-lang.org/en/)
- [Bundler] (http://bundler.io/)
- [PhantomJS] (http://phantomjs.org/)
- Demo Active Admin (version forked by rafalima)
If you are an OS X user, I strongly recommend using Homebrew and Rbenv to set everything up
- Setup Demo Active Admin application (follow its README.md)
- Let it running in your computer through
rails s
- Execute
bundle install
at the root directory to keep dependencies up-to-date - Still inside the root directory, run the command
cucumber