Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtless committed Feb 27, 2012
1 parent 1d3d75b commit db65ebf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,25 @@ A quick example:

TODO

MAYBE: look into rack-test giving us a simple hook to add middleware
* ultimately AsyncRackTest just inserts ResyncApp as middleware
* maybe I can just do something like "use ResyncApp" rather than using my weird wrapper with aliases
Update gemspec file to include all the dependencies (development, test, and otherwise)


== INSTALL:

TODO


== RUNNING THE SPECS:

If you want to run the tests for this gem, note that the included .rspec file
excludes the slow tests by default. To run the slow tests, use something like:

be rspec spec --tag slow


== LICENSE:

(The MIT License)
Expand Down

0 comments on commit db65ebf

Please sign in to comment.