CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 04 Sep 2025 07:55:13 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100310135329
location: https://web.archive.org/web/20100310135329/https://github.com/rspec/rspec-rails/tree/v2.0.0.a7
server-timing: captures_list;dur=0.663511, exclusion.robots;dur=0.024442, exclusion.robots.policy;dur=0.010855, esindex;dur=0.012144, cdx.remote;dur=22.065565, LoadShardBlock;dur=401.972055, PetaboxLoader3.datanode;dur=222.066503, PetaboxLoader3.resolve;dur=97.028222
x-app-server: wwwb-app225
x-ts: 302
x-tr: 458
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; 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, 04 Sep 2025 07:55:16 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 10 Mar 2010 13:53:29 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "f6fd3c818784226ff399435b8657fa25"
x-archive-orig-x-runtime: 104ms
x-archive-orig-content-length: 23204
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, 10 Mar 2010 13:53:29 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 10 Mar 2010 13:53:29 GMT", ; rel="memento"; datetime="Wed, 10 Mar 2010 13:53:29 GMT", ; rel="next memento"; datetime="Sat, 05 Jun 2010 08:31:19 GMT", ; rel="last memento"; datetime="Sat, 23 Oct 2010 14:12:13 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_20100310125518_crawl100-c/52_14_20100310135017_crawl101.arc.gz
server-timing: captures_list;dur=0.417203, exclusion.robots;dur=0.013128, exclusion.robots.policy;dur=0.006229, esindex;dur=0.008538, cdx.remote;dur=16.605061, LoadShardBlock;dur=207.493145, PetaboxLoader3.datanode;dur=1982.973572, PetaboxLoader3.resolve;dur=305.548321, load_resource;dur=2136.758391
x-app-server: wwwb-app225
x-ts: 200
x-tr: 2422
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.a7 - GitHub
This service is courtesy of Pledgie.
rspec / rspec-rails
- Source
- Commits
- Network (9)
- Issues (2)
- Wiki (1)
- Graphs
-
Tag:
v2.0.0.a7
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 for Rails-3 — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Fri Jan 22 05:41:59 -0800 2010 | move rails to tmp - don't ignore rails [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 (and what doesn't)
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
- no view isolation yet
- request specs in spec/requests
- these wrap rails integration tests
- rails assertions
- assertion-wrapping matchers
- redirect_to
- render_template
- template must exist (unlike rspec-rails-1.x)
- webrat matchers
- generators
Known issues
- no view specs
- no helper specs
- no routing specs
- only works with ActiveRecord