CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 03 Sep 2025 02:57:58 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100603191441
location: https://web.archive.org/web/20100603191441/https://github.com/rspec/rspec-rails/tree/v2.0.0.a5/
server-timing: captures_list;dur=6.635014, exclusion.robots;dur=0.015158, exclusion.robots.policy;dur=0.007655, esindex;dur=0.010248, cdx.remote;dur=15.090406, LoadShardBlock;dur=173.386745, PetaboxLoader3.datanode;dur=55.021718, PetaboxLoader3.resolve;dur=68.355996
x-app-server: wwwb-app203
x-ts: 302
x-tr: 220
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app203; 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: Wed, 03 Sep 2025 02:57:59 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 03 Jun 2010 19:14:41 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "a5ef773cf6e51a08a6e0fb11d1d96fcc"
x-archive-orig-x-runtime: 57ms
x-archive-orig-content-length: 23727
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, 03 Jun 2010 19:14:41 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 03 Jun 2010 19:14:41 GMT", ; rel="memento"; datetime="Thu, 03 Jun 2010 19:14:41 GMT", ; rel="next memento"; datetime="Tue, 26 Oct 2010 13:26:04 GMT", ; rel="last memento"; datetime="Tue, 26 Oct 2010 13:26:04 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_20100603082528_crawl102-c/52_16_20100603191410_crawl101.arc.gz
server-timing: captures_list;dur=0.681724, exclusion.robots;dur=0.024851, exclusion.robots.policy;dur=0.011008, esindex;dur=0.014968, cdx.remote;dur=25.296669, LoadShardBlock;dur=201.946620, PetaboxLoader3.datanode;dur=204.951152, PetaboxLoader3.resolve;dur=106.037315, load_resource;dur=163.054455
x-app-server: wwwb-app203
x-ts: 200
x-tr: 456
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-rails at v2.0.0.a5 - GitHub
rspec / rspec-rails
- Source
- Commits
- Network (26)
- Issues (13)
- Wiki (1)
- Graphs
-
Tag:
v2.0.0.a5
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Thu Mar 04 06:54:20 -0800 2010 | store gemspec in git [dchelimsky] |
![]() |
README.markdown | Loading commit data... ![]() |
|
![]() |
Rakefile | ||
![]() |
example_app_template.rb | ||
![]() |
lib/ | ||
![]() |
rspec-rails.gemspec |
README.markdown
RSpec-2 for Rails-3
Backwards compatibility
None. This is a rewrite of the rspec-rails extension designed to work with rails-3.x and rspec-2.x. It will not work with older versions of either rspec or rails.
Current state
Currently in super-pre-alpha state - explore at your own risk!
Install:
gem install rspec-rails --pre
Build from source and install:
git clone git://github.com/rspec/rspec-dev
cd rspec-dev
rake
This installs the following gems:
- rspec
- rspec-core
- rspec-expectations
- rspec-mocks
- rspec-rails
What works
Currently supported:
- each example runs in its own transaction
- not yet configurable
- model specs in spec/models
- request specs in spec/requests
- these wrap rails integration tests
- rails assertions
- webrat matchers
- generators
Known issues
- no controller specs
- no view specs
- no helper specs
- no routing specs