mhenke / learn-rspec-capybara

A Simple Rails App to Learn RSpec & Capybara

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Simple Rails App to Learn RSpec & Capybara