CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 22 Aug 2025 10:23:27 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100527131650
location: https://web.archive.org/web/20100527131650/https://github.com/rspec/rspec-mocks/tree/v2.0.0.a6
server-timing: captures_list;dur=0.629670, exclusion.robots;dur=0.028450, exclusion.robots.policy;dur=0.016518, esindex;dur=0.011412, cdx.remote;dur=35.356812, LoadShardBlock;dur=512.436801, PetaboxLoader3.resolve;dur=175.102837, PetaboxLoader3.datanode;dur=209.863140
x-app-server: wwwb-app201
x-ts: 302
x-tr: 591
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app201; 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: Fri, 22 Aug 2025 10:23:28 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 27 May 2010 13:16:50 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "e2a6fa5b4fb872b1af0a4dec759b52fa"
x-archive-orig-x-runtime: 128ms
x-archive-orig-content-length: 24302
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: Thu, 27 May 2010 13:16:50 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 27 May 2010 13:16:50 GMT", ; rel="memento"; datetime="Thu, 27 May 2010 13:16:50 GMT", ; rel="last memento"; datetime="Thu, 27 May 2010 13:16:50 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_20100527131445_crawl101-c/52_16_20100527131445_crawl101.arc.gz
server-timing: captures_list;dur=0.566602, exclusion.robots;dur=0.022489, exclusion.robots.policy;dur=0.012168, esindex;dur=0.010268, cdx.remote;dur=8.200667, LoadShardBlock;dur=168.204297, PetaboxLoader3.resolve;dur=128.871365, PetaboxLoader3.datanode;dur=240.703127, load_resource;dur=246.292029
x-app-server: wwwb-app201
x-ts: 200
x-tr: 487
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.a6 - GitHub
rspec / rspec-mocks
- Source
- Commits
- Network (5)
- Issues (3)
- Wiki (1)
- Graphs
-
Tag:
v2.0.0.a6
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 | Mon Jan 25 00:53:46 -0800 2010 | ignore generated docs [dchelimsky] |
![]() |
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 | Loading commit data... ![]() |
|
![]() |
lib/ | ||
![]() |
rspec-mocks.gemspec | ||
![]() |
spec/ | Fri Feb 12 05:38:12 -0800 2010 | Rspec.configure [dchelimsky] |
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.