Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Little readme tweaks #76

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

Rack::Test is a small, simple testing API for Rack apps. It can be used on its
own or as a reusable starting point for Web frameworks and testing libraries
to build on. Most of its initial functionality is an extraction of Merb 1.0's
request helpers feature.
to build on.

== Features

Expand Down Expand Up @@ -61,7 +60,7 @@ If you want to test one app in isolation, you just return that app as shown abov

To install the latest release as a gem:

sudo gem install rack-test
gem install rack-test

Or via Bundler:

Expand All @@ -75,7 +74,7 @@ Or via Bundler:

== License

Copyright (c) 2008-2009 Bryan Helmkamp, Engine Yard Inc.
Copyright (c) 2008-2013 Bryan Helmkamp
See MIT-LICENSE.txt in this directory.

== Releasing
Expand Down