rubygem-rack-test-0_8
This package holds version 0.8.x of the rack-test gem.
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.
- Links to devel:lan...tensions / rubygem-r...test-0_8
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:mschnitzer:ruby:extensions/rubygem-rack-test-0_8 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000139 139 Bytes | |
gem2rpm.yml | 0000001632 1.59 KB | |
rack-test-0.8.0.gem | 0000016896 16.5 KB | |
rubygem-rack-test-0_8.changes | 0000001081 1.06 KB | |
rubygem-rack-test-0_8.spec | 0000001979 1.93 KB |
Revision 2 (latest revision is 3)
Manuel Schnitzer (mschnitzer)
committed
(revision 2)
- initialize package # Known Issue * In UploadedFile.new, when passing e.g. a Pathname object, errors can be raised (eg. ArgumentError: Missing original_filename for IO, or NoMethodError: undefined method 'size') See #207, #209. # Minor enhancements * Add a required_ruby_version of >= 2.2.2, similar to rack 2.0.1. (Samuel Giddins #194) * Remove new line from basic auth. (Felix Kleinschmidt #185) * Rubocop fixes (Per Lundberg #196) * Add how to install rack-test from github to README. (Jun Aruga #189) * Update CodeClimate badges (Toshimaru #195) * Add the ability to create Test::UploadedFile instances without the file system (Adam Milligan #149) * Add custom_request, remove duplication (Johannes Barre #184) * README.md: Added note about how to post JSON (Per Lundberg #198) * README.md: Added version badge (Per Lundberg #199) # Bug fixes * Bugfix for Cookies with multiple paths (Kyle Welsby #197)
Comments 0