CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 06 Sep 2025 07:11:42 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100603191446
location: https://web.archive.org/web/20100603191446/https://github.com/rspec/rspec-rails/tree/v2.0.0.a6/
server-timing: captures_list;dur=1.113310, exclusion.robots;dur=0.032980, exclusion.robots.policy;dur=0.014141, esindex;dur=0.017542, cdx.remote;dur=19.290026, LoadShardBlock;dur=336.614933, PetaboxLoader3.resolve;dur=149.727695, PetaboxLoader3.datanode;dur=97.719043
x-app-server: wwwb-app217
x-ts: 302
x-tr: 404
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app217; 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, 06 Sep 2025 07:11:43 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:46 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "660e187aae05a457d3428a51b7aa6a67"
x-archive-orig-x-runtime: 46ms
x-archive-orig-content-length: 23789
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:46 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 10 Mar 2010 12:38:29 GMT", ; rel="prev memento"; datetime="Wed, 10 Mar 2010 12:38:29 GMT", ; rel="memento"; datetime="Thu, 03 Jun 2010 19:14:46 GMT", ; rel="next memento"; datetime="Tue, 26 Oct 2010 21:55:54 GMT", ; rel="last memento"; datetime="Tue, 26 Oct 2010 21:55:54 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.835299, exclusion.robots;dur=0.029545, exclusion.robots.policy;dur=0.012122, esindex;dur=0.015497, cdx.remote;dur=61.990540, LoadShardBlock;dur=83.384454, PetaboxLoader3.datanode;dur=180.610046, load_resource;dur=197.413739, PetaboxLoader3.resolve;dur=52.140359
x-app-server: wwwb-app217
x-ts: 200
x-tr: 428
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.a6 - GitHub
rspec / rspec-rails
- Source
- Commits
- Network (26)
- Issues (13)
- Wiki (1)
- Graphs
-
Tag:
v2.0.0.a6
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
- i.e. no way to turn this off
- not yet configurable
- model specs in spec/models
- controller specs in spec/controllers
- request specs in spec/requests
- these wrap rails integration tests
- rails assertions
- webrat matchers
- generators
Known issues
- no view specs
- no helper specs
- no routing specs