public
Description: Rails integration testing support for RSpec, plus useful 'domain' extensions and matchers.
Homepage: http://faithfulcode.rubyforge.org/docs/spec_integration/index.html
Clone URL: git://github.com/aiwilliams/spec_integration.git
aiwilliams (author)
Thu Jul 09 20:26:40 -0700 2009
commit  5b992ac7fcab56ad2497b6155a47034b030b7e1a
tree    1f613397df71a22b940d40cf2ffd7f4d978815a9
parent  2c02b1cf7e757a1de8d2ae2ee3674cb26c69e449
spec_integration / LICENSE
100644 23 lines (18 sloc) 1.238 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Copyright (c) 2007-2009, Adam Williams and John W. Long.
 
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.
 
 
Cache testing portions taken from http://github.com/avdgaag/rspec-caching-test-plugin
Copyright (c) 2008 Arjan van der Gaag, released under the MIT license