CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 01:17:16 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100309034357
location: https://web.archive.org/web/20100309034357/https://github.com/rspec/rspec-mocks
server-timing: captures_list;dur=0.403026, exclusion.robots;dur=0.014702, exclusion.robots.policy;dur=0.007015, esindex;dur=0.006957, cdx.remote;dur=6.273914, LoadShardBlock;dur=156.743407, PetaboxLoader3.datanode;dur=65.324796, PetaboxLoader3.resolve;dur=61.579768
x-app-server: wwwb-app220
x-ts: 302
x-tr: 188
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: Thu, 21 Aug 2025 01:17:17 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 09 Mar 2010 03:43:57 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "0d324077954d5c26356c9f1cf2eccd5b"
x-archive-orig-x-runtime: 88ms
x-archive-orig-content-length: 26761
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: Tue, 09 Mar 2010 03:43:57 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="memento"; datetime="Tue, 09 Mar 2010 03:43:57 GMT", ; rel="next memento"; datetime="Mon, 24 May 2010 16:55:13 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_14_20100309032947_crawl101-c/52_14_20100309034336_crawl101.arc.gz
server-timing: captures_list;dur=0.694120, exclusion.robots;dur=0.024457, exclusion.robots.policy;dur=0.011131, esindex;dur=0.013424, cdx.remote;dur=8.049073, LoadShardBlock;dur=159.614462, PetaboxLoader3.datanode;dur=103.930440, PetaboxLoader3.resolve;dur=166.664621, load_resource;dur=167.027937
x-app-server: wwwb-app220
x-ts: 200
x-tr: 401
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 master - GitHub
This service is courtesy of Pledgie.
rspec / rspec-mocks
- Source
- Commits
- Network (3)
- Issues (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Rspec-2 doubles (mocks and stubs) — Read more
name | age | message | |
---|---|---|---|
![]() |
.document | Mon Jan 25 00:53:53 -0800 2010 | words [dchelimsky] |
![]() |
.gitignore | Thu Mar 04 06:54:20 -0800 2010 | store gemspec in git [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 | Sun Mar 07 23:44:48 -0800 2010 | bump version to beta.3 [dchelimsky] |
![]() |
features/ | Mon Mar 01 06:18:44 -0800 2010 | add features pulled from rspec-core [dchelimsky] |
![]() |
lib/ | Sat Feb 27 07:47:47 -0800 2010 | always return the value of executing the block [dchelimsky] |
![]() |
rspec-mocks.gemspec | Sun Mar 07 23:53:15 -0800 2010 | update gemspecs [dchelimsky] |
![]() |
spec/ | Tue Mar 02 05:17:44 -0800 2010 | fix scoping problems in specs for 1.9 [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.