CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 22 Aug 2025 06:14:03 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091228064234
location: https://web.archive.org/web/20091228064234/https://github.com/dchelimsky/rspec-rails/tree/1.1.99.14
server-timing: captures_list;dur=0.680484, exclusion.robots;dur=0.023978, exclusion.robots.policy;dur=0.011152, esindex;dur=0.013893, cdx.remote;dur=22.570733, LoadShardBlock;dur=116.420032, PetaboxLoader3.datanode;dur=57.700459, PetaboxLoader3.resolve;dur=51.357934
x-app-server: wwwb-app218
x-ts: 302
x-tr: 173
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app218; 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: Fri, 22 Aug 2025 06:14:06 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 28 Dec 2009 06:42:34 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "2f002d0e7e215891ed364573c08ff697"
x-archive-orig-x-runtime: 133ms
x-archive-orig-content-length: 30370
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: Mon, 28 Dec 2009 06:42:34 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 14 Oct 2009 16:31:50 GMT", ; rel="prev memento"; datetime="Wed, 14 Oct 2009 16:31:50 GMT", ; rel="memento"; datetime="Mon, 28 Dec 2009 06:42:34 GMT", ; rel="last memento"; datetime="Mon, 28 Dec 2009 06:42:34 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_13_20091228034504_crawl103-c/52_13_20091228064216_crawl101.arc.gz
server-timing: captures_list;dur=0.836063, exclusion.robots;dur=0.029698, exclusion.robots.policy;dur=0.012361, esindex;dur=0.016090, cdx.remote;dur=12.016386, LoadShardBlock;dur=225.584794, PetaboxLoader3.datanode;dur=361.104637, PetaboxLoader3.resolve;dur=2073.471481, load_resource;dur=2265.804978
x-app-server: wwwb-app218
x-ts: 200
x-tr: 2602
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
dchelimsky's rspec-rails at 1.1.99.14 - GitHub
This service is courtesy of Pledgie.
dchelimsky / rspec-rails
- Source
- Commits
- Network (69)
- Downloads (36)
- Wiki (1)
- Graphs
-
Tag:
1.1.99.14
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
RSpec extension library for Ruby on Rails
name | age | message | |
---|---|---|---|
![]() |
.document | Loading commit data... ![]() |
|
![]() |
.gitignore | Fri Jan 16 22:37:34 -0800 2009 | adding #description to have_text and include_te... [bmabey] |
![]() |
History.txt | ||
![]() |
License.txt | Mon Feb 02 08:50:55 -0800 2009 | update license [dchelimsky] |
![]() |
Manifest.txt | ||
![]() |
README.txt | Sun Mar 22 15:32:58 -0700 2009 | .rdoc [dchelimsky] |
![]() |
Rakefile | ||
![]() |
TODO.txt | ||
![]() |
Upgrade.markdown | ||
![]() |
features/ | ||
![]() |
generators/ | ||
![]() |
init.rb | Thu Apr 03 15:03:45 -0700 2008 | remove everything but rspec-rails from rspec-ra... [dchelimsky] |
![]() |
lib/ | ||
![]() |
spec/ |
README.txt
= Spec::Rails * https://rspec.info * https://rubyforge.org/projects/rspec * https://github.com/dchelimsky/rspec-rails * https://wiki.github.com/dchelimsky/rspec/rails * mailto:rspec-devel@rubyforge.org == DESCRIPTION: Behaviour Driven Development for Ruby on Rails. rspec-rails is an RSpec extension that allows you to drive the development of Ruby on Rails applications with RSpec. == FEATURES: * Use RSpec to independently specify Rails Models, Views, Controllers and Helpers * Integrated fixture loading * Special generators for Resources, Models, Views and Controllers that generate RSpec code examples. == VISION: For people for whom TDD is a brand new concept, the testing support built into Ruby on Rails is a huge leap forward. The fact that it is built right in is fantastic, and Ruby on Rails apps are generally much easier to maintain than they might have been without such support. For those of us coming from a history with TDD, and now BDD, the existing support presents some problems related to dependencies across examples. To that end, RSpec on Rails supports 4 types of examples. We’ve also built in first class mocking and stubbing support in order to break dependencies across these different concerns. == MORE INFORMATION: See Spec::Rails::Example for information about the different kinds of example groups you can use to spec the different Rails components See Spec::Rails::Matchers for information about Rails-specific expectations you can set on responses and models, etc. == INSTALL * Visit https://wiki.github.com/dchelimsky/rspec/rails for installation instructions.
This feature is coming soon. Sit tight!