public
Description: Makes unit tests of a Rails application run instantly
Homepage: http://roman.flucti.com/a-test-server-for-rails-applications
Clone URL: git://github.com/Roman2K/rails-test-serving.git
rsanheim (author)
Mon Apr 20 12:43:48 -0700 2009
Roman2K (committer)
Mon Apr 20 13:23:46 -0700 2009
commit  ca5f7c0d0fd78b9ffbbf004fc7fe02c7038421dc
tree    eb4b6d3c4524da59bec395ae699e23ba1a6a86f9
parent  07143f3d2da164d71b75092def264a8ee858a91a
rails-test-serving / LICENSE
100644 8 lines (4 sloc) 1.066 kb
1
2
3
4
5
6
7
8
Copyright (c) 2008-2009 Roman Le Négrate
 
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.