Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverswitzer/everydayrails-rspec-practice
My practice repo for following along with Everyday Rails
https://github.com/oliverswitzer/everydayrails-rspec-practice
Last synced: 10 days ago
JSON representation
My practice repo for following along with Everyday Rails
- Host: GitHub
- URL: https://github.com/oliverswitzer/everydayrails-rspec-practice
- Owner: oliverswitzer
- License: mit
- Created: 2014-03-01T06:39:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-01T06:42:40.000Z (over 10 years ago)
- Last Synced: 2024-04-14T11:53:14.051Z (7 months ago)
- Language: Ruby
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Looking for the Rails 3.2 version?** Please see .
Sample Rails 4.0.x application for [Everyday Rails Testing with RSpec: A Practical Approach to Test-driven Development](https://leanpub.com/everydayrailsrspec) by Aaron Sumner. This repository demonstrates incremental testing of an existing application, starting with an untested codebase and working through model, controller, and feature specs.
Each chapter's progress has a specific branch in this repository. See chapter 1 of the book for details.
Using Git, you can check out each version by name. See details in the book.
If you're not comfortable with Git, you can also use GitHub's handy branch/tag filter to select a specific tag and browse the source code online. To learn more about Git, I recommend the free resources [Git Immersion](http://gitimmersion.com/) or [Try Git](http://www.codeschool.com/courses/try-git).