CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 17:36:51 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100526125951
location: https://web.archive.org/web/20100526125951/https://github.com/rspec/rspec-mocks/tree/v2.0.0.beta.7
server-timing: captures_list;dur=0.868386, exclusion.robots;dur=0.027269, exclusion.robots.policy;dur=0.012072, esindex;dur=0.014948, cdx.remote;dur=19.326851, LoadShardBlock;dur=260.588571, PetaboxLoader3.datanode;dur=109.269844, PetaboxLoader3.resolve;dur=83.821706
x-app-server: wwwb-app213
x-ts: 302
x-tr: 328
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app213; 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: Sat, 23 Aug 2025 17:36:52 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:51 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "baa63be504acad2fe03e4eb5b65e2abd"
x-archive-orig-x-runtime: 75ms
x-archive-orig-content-length: 28281
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:51 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 26 May 2010 12:59:51 GMT", ; rel="memento"; datetime="Wed, 26 May 2010 12:59:51 GMT", ; rel="last memento"; datetime="Wed, 26 May 2010 12:59:51 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.505965, exclusion.robots;dur=0.021493, exclusion.robots.policy;dur=0.010300, esindex;dur=0.011427, cdx.remote;dur=26.447034, LoadShardBlock;dur=166.424638, PetaboxLoader3.datanode;dur=116.833357, PetaboxLoader3.resolve;dur=540.649485, load_resource;dur=557.706600
x-app-server: wwwb-app213
x-ts: 200
x-tr: 818
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.beta.7 - GitHub
rspec / rspec-mocks
- Source
- Commits
- Network (5)
- Issues (3)
- Wiki (1)
- Graphs
-
Tag:
v2.0.0.beta.7
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.autotest | Tue Mar 16 05:53:26 -0700 2010 | always run everything w/ autotest [dchelimsky] |
![]() |
.document | Mon Jan 25 00:53:53 -0800 2010 | words [dchelimsky] |
![]() |
.gitignore | Mon Mar 08 16:24:38 -0800 2010 | configure cukes [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 | Wed Mar 03 22:19:28 -0800 2010 | add gem:push task (was removed from jeweler) [dchelimsky] |
![]() |
VERSION | Loading commit data... ![]() |
|
![]() |
autotest/ | Sun Mar 14 14:50:35 -0700 2010 | add configs for autotest and watchr [dchelimsky] |
![]() |
cucumber.yml | Mon Mar 08 16:24:38 -0800 2010 | configure cukes [dchelimsky] |
![]() |
features/ | Thu Mar 18 07:17:36 -0700 2010 | rspec is now default framework [dchelimsky] |
![]() |
lib/ | ||
![]() |
rspec-mocks.gemspec | ||
![]() |
spec/ | ||
![]() |
specs.watchr | Sun Mar 14 14:50:35 -0700 2010 | add configs for autotest and watchr [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.