diff options
author | taca <taca> | 2010-09-12 04:07:41 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-12 04:07:41 +0000 |
commit | 48bb7e57d7693cec9daf7830bd73e73c9edd5bac (patch) | |
tree | 3ab03d0854e51871e92eef65adb31a9950d3b623 /www/ruby-rack-test/DESCR | |
parent | d2518ddc8f69ffbaefd3273aff078af452c9d1f7 (diff) | |
download | pkgsrc-48bb7e57d7693cec9daf7830bd73e73c9edd5bac.tar.gz |
Importing ruby-rack-test 0.5.4.
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.
Diffstat (limited to 'www/ruby-rack-test/DESCR')
-rw-r--r-- | www/ruby-rack-test/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/ruby-rack-test/DESCR b/www/ruby-rack-test/DESCR new file mode 100644 index 00000000000..f7f4513f848 --- /dev/null +++ b/www/ruby-rack-test/DESCR @@ -0,0 +1,4 @@ +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. |