TODO: Write a description
$ git clone https://github.com/integrallis/learn-rspec-capybara.git
$ cd learn-rspec-capybara/
$ bundle install
$ rake db:migrate db:test:prepare
$ bundle exec rspec spec
The master
branch contains a set of feature
specs which need to be implemented. The tests
branch has complete implementations of these tests