CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 03:29:46 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100526031157
location: https://web.archive.org/web/20100526031157/https://github.com/rspec/rspec-expectations
server-timing: captures_list;dur=0.672884, exclusion.robots;dur=0.020785, exclusion.robots.policy;dur=0.008794, esindex;dur=0.010189, cdx.remote;dur=5.755896, LoadShardBlock;dur=216.885976, PetaboxLoader3.datanode;dur=65.779604, PetaboxLoader3.resolve;dur=89.673588
x-app-server: wwwb-app219
x-ts: 302
x-tr: 251
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; 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 03:29:47 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 26 May 2010 03:11:57 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "4d520b4336160254bbeb3fe2d82481df"
x-archive-orig-x-runtime: 123ms
x-archive-orig-content-length: 28675
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 03:11:57 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="prev memento"; datetime="Tue, 09 Mar 2010 05:55:26 GMT", ; rel="memento"; datetime="Wed, 26 May 2010 03:11:57 GMT", ; rel="next memento"; datetime="Tue, 08 Jun 2010 13:20:55 GMT", ; rel="last memento"; datetime="Sun, 06 Jul 2025 16:21:01 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_20100526024729_crawl102-c/52_15_20100526031146_crawl101.arc.gz
server-timing: captures_list;dur=0.641420, exclusion.robots;dur=0.022104, exclusion.robots.policy;dur=0.009080, esindex;dur=0.013778, cdx.remote;dur=5.389640, LoadShardBlock;dur=148.603823, PetaboxLoader3.datanode;dur=114.891008, PetaboxLoader3.resolve;dur=111.554611, load_resource;dur=137.655281
x-app-server: wwwb-app219
x-ts: 200
x-tr: 383
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
rspec / rspec-expectations
- Source
- Commits
- Network (5)
- Issues (1)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
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.