CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 27 Aug 2025 17:47:35 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090924212250
location: https://web.archive.org/web/20090924212250/https://github.com/bmabey/rspec-dev
server-timing: captures_list;dur=0.972200, exclusion.robots;dur=0.033965, exclusion.robots.policy;dur=0.019870, esindex;dur=0.017764, cdx.remote;dur=58.872163, LoadShardBlock;dur=822.061899, PetaboxLoader3.datanode;dur=403.154651, PetaboxLoader3.resolve;dur=321.528720
x-app-server: wwwb-app200
x-ts: 302
x-tr: 947
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app200; 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: Wed, 27 Aug 2025 17:47:36 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.35
x-archive-orig-date: Thu, 24 Sep 2009 21:22:50 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "f0d2a134e3d2430d73ba30f61a3f8302"
x-archive-orig-x-runtime: 1943ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 22216
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 24 Sep 2009 21:22:50 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 24 Sep 2009 21:22:50 GMT", ; rel="memento"; datetime="Thu, 24 Sep 2009 21:22:50 GMT", ; rel="next memento"; datetime="Sun, 10 Jun 2018 23:26:51 GMT", ; rel="last memento"; datetime="Wed, 20 Jan 2021 23:28:47 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_11_20090924131821_crawl103.gpg-c/51_11_20090924212116_crawl101.arc.gz
server-timing: captures_list;dur=0.690774, exclusion.robots;dur=0.031677, exclusion.robots.policy;dur=0.018571, esindex;dur=0.012029, cdx.remote;dur=30.437951, LoadShardBlock;dur=358.128737, PetaboxLoader3.datanode;dur=292.302823, PetaboxLoader3.resolve;dur=400.357289, load_resource;dur=500.182693
x-app-server: wwwb-app200
x-ts: 200
x-tr: 1088
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
bmabey's rspec-dev at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Fork of dchelimsky/rspec-dev | |
Description: | Resources for rspec developers/contributors edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/bmabey/rspec-dev.git
Give this clone URL to anyone.
git clone git://github.com/bmabey/rspec-dev.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:bmabey/rspec-dev.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
README | ||
![]() |
Rakefile | ||
![]() |
doc/ | ||
![]() |
example_rails_app/ | ||
![]() |
lib/ | ||
![]() |
pre_commit/ |
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!