RailsConf 2013 - RSpec and Capybara

TODO: Write a description

Setup

$ git clone https://github.com/integrallis/learn-rspec-capybara.git
$ cd learn-rspec-capybara/
$ bundle install
$ rake db:migrate db:test:prepare

Running the test suite

$ bundle exec rspec spec

Branches

The master branch contains a set of feature specs which need to be implemented. The tests branch has complete implementations of these tests