CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 13:54:20 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100526002556
location: https://web.archive.org/web/20100526002556/https://github.com/rspec/rspec-mocks
server-timing: captures_list;dur=1.289843, exclusion.robots;dur=0.017299, exclusion.robots.policy;dur=0.006750, esindex;dur=0.014578, cdx.remote;dur=17.763475, LoadShardBlock;dur=427.524157, PetaboxLoader3.datanode;dur=66.572339, PetaboxLoader3.resolve;dur=289.076104
x-app-server: wwwb-app239
x-ts: 302
x-tr: 511
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; 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 13:54:21 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 26 May 2010 00:25:56 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "b4924dadbfcb80bcd7dbade8b3d29a7e"
x-archive-orig-x-runtime: 64ms
x-archive-orig-content-length: 29151
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 00:25:56 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 09 Mar 2010 03:43:57 GMT", ; rel="prev memento"; datetime="Mon, 24 May 2010 16:55:13 GMT", ; rel="memento"; datetime="Wed, 26 May 2010 00:25:56 GMT", ; rel="next memento"; datetime="Mon, 26 Jul 2010 10:33:00 GMT", ; rel="last memento"; datetime="Mon, 28 Jul 2025 23:56: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_15_20100526002403_crawl101-c/52_15_20100526002509_crawl101.arc.gz
server-timing: captures_list;dur=0.742531, exclusion.robots;dur=0.022765, exclusion.robots.policy;dur=0.009502, esindex;dur=0.010060, cdx.remote;dur=14.520098, LoadShardBlock;dur=266.388066, PetaboxLoader3.datanode;dur=240.887083, PetaboxLoader3.resolve;dur=175.378922, load_resource;dur=162.001007
x-app-server: wwwb-app239
x-ts: 200
x-tr: 564
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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 master - GitHub
rspec / rspec-mocks
- Source
- Commits
- Network (5)
- Issues (3)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
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.