CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 28 Aug 2025 09:23:35 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100309055526
location: https://web.archive.org/web/20100309055526/https://github.com/rspec/rspec-expectations
server-timing: captures_list;dur=0.619449, exclusion.robots;dur=0.020787, exclusion.robots.policy;dur=0.010258, esindex;dur=0.015596, cdx.remote;dur=44.266239, LoadShardBlock;dur=272.542810, PetaboxLoader3.datanode;dur=63.531237, PetaboxLoader3.resolve;dur=105.213704
x-app-server: wwwb-app214
x-ts: 302
x-tr: 345
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app214; 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, 28 Aug 2025 09:23:35 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 09 Mar 2010 05:55:26 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "1b46de6ca929a99bfc77e17d7062e28b"
x-archive-orig-x-runtime: 90ms
x-archive-orig-content-length: 28573
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 05:55:26 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 09 Mar 2010 05:55:26 GMT", ; rel="memento"; datetime="Tue, 09 Mar 2010 05:55:26 GMT", ; rel="next memento"; datetime="Wed, 26 May 2010 03:11:57 GMT", ; rel="last memento"; datetime="Fri, 22 Aug 2025 07:00:32 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_20100309055413_crawl101.arc.gz
server-timing: captures_list;dur=0.574343, exclusion.robots;dur=0.020908, exclusion.robots.policy;dur=0.008520, esindex;dur=0.017077, cdx.remote;dur=6.791394, LoadShardBlock;dur=234.526798, PetaboxLoader3.datanode;dur=182.582233, PetaboxLoader3.resolve;dur=122.441463, load_resource;dur=134.890258
x-app-server: wwwb-app214
x-ts: 200
x-tr: 438
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-expectations at master - GitHub
This service is courtesy of Pledgie.
rspec / rspec-expectations
- Source
- Commits
- Network (4)
- Issues (1)
- 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 expectations (should and matchers) — Read more
name | age | message | |
---|---|---|---|
![]() |
.document | Mon Jan 18 02:56:05 -0800 2010 | update config files [dchelimsky] |
![]() |
.gitignore | Sun Mar 07 22:01:42 -0800 2010 | add cuke config [dchelimsky] |
![]() |
License.txt | Mon Jan 18 02:55:48 -0800 2010 | update License [dchelimsky] |
![]() |
README.markdown | Mon Jan 25 00:50:11 -0800 2010 | words [dchelimsky] |
![]() |
Rakefile | Wed Mar 03 22:19:28 -0800 2010 | add gem:push task (was removed from jeweler) [dchelimsky] |
![]() |
Upgrade.markdown | Sun Jan 31 18:48:59 -0800 2010 | more words [dchelimsky] |
![]() |
VERSION | Sun Mar 07 23:44:48 -0800 2010 | bump version to beta.3 [dchelimsky] |
![]() |
cucumber.yml | Sun Mar 07 22:01:42 -0800 2010 | add cuke config [dchelimsky] |
![]() |
features/ | Sun Mar 07 22:23:26 -0800 2010 | move feature [dchelimsky] |
![]() |
lib/ | Mon Mar 01 18:26:59 -0800 2010 | load paths 'n stuff [dchelimsky] |
![]() |
rspec-expectations.gemspec | Sun Mar 07 23:53:15 -0800 2010 | update gemspecs [dchelimsky] |
![]() |
spec/ | Tue Mar 02 05:03:15 -0800 2010 | use described_class (not self.class.described_c... [dchelimsky] |
README.markdown
RSpec Expectations
rspec-expectations adds should
and should_not
to every object and includes
Rspec::Matchers, a library of standard matchers.
rspec-expectations 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.