Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

thoughtbot/railsconf_intro_track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RailsConf 2013 Intro Track

Source for the application used in the April 2013, 2013 RailsConf talk:

Test-Driven Development: Tools, Techniques, and Discipline

Setup

Fork the repo and the clone it to your local system:

git clone git@github.com:YOUR_USER_NAME/railsconf_intro_track.git
cd railsconf_intro_track
./bin/setup

Run Locally

Run the web server:

foreman start

Access the site in a web browser http://localhost:5000

Test Suite

RSpec directory structure:

spec
├── features
├── helpers
├── models
├── spec_helper.rb
└── views

Run the specs:

rspec

Cheat Sheets (pdf)

RSpec

RSpec Matchers

RSpec Acceptance

Shoulda Matchers

Capybara

Presenters

Written by Harlow Ward and Adarsh Pandit

About

Solution code for TDD Workshop

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published