CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 10:55:32 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100526125946
location: https://web.archive.org/web/20100526125946/https://github.com/rspec/rspec-mocks/tree/v2.0.0.a10
server-timing: captures_list;dur=0.549024, exclusion.robots;dur=0.020485, exclusion.robots.policy;dur=0.009838, esindex;dur=0.012062, cdx.remote;dur=15.407881, LoadShardBlock;dur=209.869813, PetaboxLoader3.datanode;dur=64.735882, PetaboxLoader3.resolve;dur=81.210459
x-app-server: wwwb-app220
x-ts: 302
x-tr: 253
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 24 Aug 2025 10:55:33 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 26 May 2010 12:59:46 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "76bace844aecd7c5b6202515ee7334a7"
x-archive-orig-x-runtime: 75ms
x-archive-orig-content-length: 23691
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 26 May 2010 12:59:46 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 26 May 2010 12:59:46 GMT", ; rel="memento"; datetime="Wed, 26 May 2010 12:59:46 GMT", ; rel="last memento"; datetime="Wed, 26 May 2010 12:59:46 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_16_20100526113236_crawl101-c/52_16_20100526125916_crawl101.arc.gz
server-timing: captures_list;dur=0.463914, exclusion.robots;dur=0.020040, exclusion.robots.policy;dur=0.009794, esindex;dur=0.010034, cdx.remote;dur=5.193539, LoadShardBlock;dur=109.512776, PetaboxLoader3.datanode;dur=84.203899, PetaboxLoader3.resolve;dur=118.725045, load_resource;dur=136.832394
x-app-server: wwwb-app220
x-ts: 200
x-tr: 305
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
rspec's rspec-mocks at v2.0.0.a10 - GitHub
rspec / rspec-mocks
- Source
- Commits
- Network (5)
- Issues (3)
- Wiki (1)
- Graphs
-
Tag:
v2.0.0.a10
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.document | Mon Jan 25 00:53:53 -0800 2010 | words [dchelimsky] |
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
License.txt | Mon Jun 29 09:06:37 -0700 2009 | Updating the license to reflect the RSpec devel... [spicycode] |
![]() |
README.markdown | Mon Jan 25 00:53:53 -0800 2010 | words [dchelimsky] |
![]() |
Rakefile | ||
![]() |
VERSION | ||
![]() |
lib/ | ||
![]() |
spec/ |
README.markdown
Rspec Mocks
rspec-mocks provides a test-double framework for rspec including support for method stubs, fakes, and message expectations.
rspec-mocks is currently in alpha release. While you are welcome to track, fork, explore, etc, we're too early in the process to start fielding pull requests and or issues from outside the core development team, so please don't waste your time until this notice changes.
Install
[sudo] gem install rspec --prerelease
This will install rspec, rspec-core, rspec-expectations and rspec-mocks.