Skip to content

Commit

Permalink
Update the README with the latest changes on the Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
josemotanet committed Apr 29, 2013
1 parent e209521 commit 35aadd1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ Premium. Each example contains:

* Two code sample files, _before_ and _after_ refactoring;
* A test suite;
* A `Rakefile` with two tasks:
* A `Rakefile` with a test task.

- `test:before` to test the code sample before refactoring;
- `test:after` to test the code sample after refactoring.
- To run the tests against the code sample _before_ refactoring, run
`BEFORE=1 rake test`;
- To run the tests against the code sample _before_ refactoring, run `rake
test`;

## Course outline

Expand Down

0 comments on commit 35aadd1

Please sign in to comment.