CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 05:38:16 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080424004317
location: https://web.archive.org/web/20080424004317/https://github.com/dchelimsky/rspec-dev/tree/master
server-timing: captures_list;dur=36.816664, exclusion.robots;dur=0.023482, exclusion.robots.policy;dur=0.009947, esindex;dur=0.024052, cdx.remote;dur=18.916160, LoadShardBlock;dur=310.785854, PetaboxLoader3.datanode;dur=133.845391, PetaboxLoader3.resolve;dur=62.414069
x-app-server: wwwb-app211
x-ts: 302
x-tr: 398
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; 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: Sun, 24 Aug 2025 05:38:17 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Thu, 24 Apr 2008 00:43:17 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.76908
x-archive-orig-etag: "494f1b2076d185c3bb844638306d3c8a"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 13924
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 24 Apr 2008 00:43:17 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 24 Apr 2008 00:43:17 GMT", ; rel="memento"; datetime="Thu, 24 Apr 2008 00:43:17 GMT", ; rel="next memento"; datetime="Mon, 26 May 2008 06:24:01 GMT", ; rel="last memento"; datetime="Mon, 15 Jun 2009 15:39:48 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: 51_3_20080423214331_crawl102-c/51_3_20080424004308_crawl103.arc.gz
server-timing: captures_list;dur=0.487303, exclusion.robots;dur=0.018576, exclusion.robots.policy;dur=0.008604, esindex;dur=0.010496, cdx.remote;dur=20.510141, LoadShardBlock;dur=224.561134, PetaboxLoader3.datanode;dur=216.587884, PetaboxLoader3.resolve;dur=150.159502, load_resource;dur=313.832156
x-app-server: wwwb-app211
x-ts: 200
x-tr: 602
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-dev at master — GitHub
Description: | Resources for rspec developers/contributors |
Clone URL: |
git://github.com/dchelimsky/rspec-dev.git
Give this clone URL to anyone.
git clone git://github.com/dchelimsky/rspec-dev.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed Apr 16 21:34:39 -0700 2008 | ignore emacs backup files [pat-maddox] |
![]() |
README | Wed Apr 16 21:56:03 -0700 2008 | updated checkout instructions [pat-maddox] |
![]() |
Rakefile | Thu Apr 17 20:48:28 -0700 2008 | remove commented stuff [dchelimsky] |
![]() |
doc/ | Tue Apr 15 19:15:44 -0700 2008 | attribution [dchelimsky] |
![]() |
example_rails_app/ | Tue Apr 22 06:23:26 -0700 2008 | better name [dchelimsky] |
![]() |
lib/ | Thu Apr 17 18:47:09 -0700 2008 | git:hard_reset includes parent repo (rspec-dev) [dchelimsky] |
![]() |
pre_commit/ | Thu Apr 17 20:36:57 -0700 2008 | moved pre_commit up to rspec-dev [dchelimsky] |
README
=== This project is for RSpec developers/contributors. == Getting the entire development tree: git-clone git://github.com/dchelimsky/rspec-dev.git cd rspec-dev rake git:update == Running RSpec's specs In order to run RSpec's full suite of specs (rake pre_commit) you must install the following gems: * rake # Runs the build script * rcov # Verifies that the code is 100% covered by specs * webby # Generates the static HTML website * syntax # Required to highlight ruby code * diff-lcs # Required if you use the --diff switch * win32console # Required by the --colour switch if you're on Windows * meta_project # Required in order to make releases at RubyForge * heckle # Required if you use the --heckle switch * hpricot # Used for parsing HTML from the HTML output formatter in RSpec's own specs Once those are all installed, you should be able to run the suite with the following steps: * cd rspec-dev * rake install_dependencies * cd example_rails_app * export RSPEC_RAILS_VERSION=2.0.2 * rake rspec:generate_sqlite3_config * cd .. * rake pre_commit Note that RSpec itself - once built - doesn't have any dependencies outside the Ruby core and stdlib - with a few exceptions: * The spec command line uses diff-lcs when --diff is specified. * The spec command line uses heckle when --heckle is specified. * The Spec::Rake::SpecTask needs RCov if RCov is enabled in the task. See https://rspec.info for further documentation.
This feature is coming soon. Sit tight!