CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 28 Aug 2025 00:02:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100310123829
location: https://web.archive.org/web/20100310123829/https://github.com/rspec/rspec-rails/tree/v2.0.0.a6
server-timing: captures_list;dur=0.976961, exclusion.robots;dur=0.016828, exclusion.robots.policy;dur=0.008648, esindex;dur=0.009588, cdx.remote;dur=26.887857, LoadShardBlock;dur=540.202498, PetaboxLoader3.datanode;dur=129.367171, PetaboxLoader3.resolve;dur=35.722097
x-app-server: wwwb-app204
x-ts: 302
x-tr: 593
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app204; 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 00:02:18 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 10 Mar 2010 12:38:29 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "f80cb3cd281bc8d7e42ddefffb31bf64"
x-archive-orig-x-runtime: 173ms
x-archive-orig-content-length: 22925
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 12:38:29 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="memento"; datetime="Wed, 10 Mar 2010 12:38:29 GMT", ; rel="next memento"; datetime="Thu, 03 Jun 2010 19:14:46 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_14_20100310101447_crawl100-c/52_14_20100310123719_crawl101.arc.gz
server-timing: captures_list;dur=0.652554, exclusion.robots;dur=0.026235, exclusion.robots.policy;dur=0.014361, esindex;dur=0.016750, cdx.remote;dur=42.531958, LoadShardBlock;dur=320.435205, PetaboxLoader3.datanode;dur=834.799657, PetaboxLoader3.resolve;dur=257.211639, load_resource;dur=831.490284
x-app-server: wwwb-app204
x-ts: 200
x-tr: 1282
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
This service is courtesy of Pledgie.
rspec / rspec-rails
- Source
- Commits
- Network (9)
- Issues (2)
- Wiki (1)
- Graphs
-
Tag:
v2.0.0.a6
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
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