CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 17:51:34 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090903231654
location: https://web.archive.org/web/20090903231654/https://github.com/dchelimsky/rspec/tree/1.1.99.4
server-timing: captures_list;dur=0.687171, exclusion.robots;dur=0.023540, exclusion.robots.policy;dur=0.011537, esindex;dur=0.012670, cdx.remote;dur=40.512387, LoadShardBlock;dur=379.518071, PetaboxLoader3.datanode;dur=172.133904, PetaboxLoader3.resolve;dur=123.736337
x-app-server: wwwb-app223
x-ts: 302
x-tr: 453
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; 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, 07 Aug 2025 17:51:35 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Thu, 03 Sep 2009 23:16:53 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 860ms
x-archive-orig-etag: "9b9a6cfcf78d244037ca4adbac468c1b"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 35056
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 03 Sep 2009 23:16:54 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 18 Feb 2009 08:33:53 GMT", ; rel="prev memento"; datetime="Wed, 27 May 2009 23:52:12 GMT", ; rel="memento"; datetime="Thu, 03 Sep 2009 23:16:54 GMT", ; rel="next memento"; datetime="Thu, 15 Apr 2010 08:12:02 GMT", ; rel="last memento"; datetime="Thu, 15 Apr 2010 08:12:02 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_11_20090903224725_crawl100.gpg-c/52_11_20090903231556_crawl101.arc.gz
server-timing: captures_list;dur=0.537420, exclusion.robots;dur=0.020143, exclusion.robots.policy;dur=0.009838, esindex;dur=0.010381, cdx.remote;dur=8.989299, LoadShardBlock;dur=1057.711735, PetaboxLoader3.datanode;dur=62.304467, PetaboxLoader3.resolve;dur=1280.545952, load_resource;dur=366.525210
x-app-server: wwwb-app223
x-ts: 200
x-tr: 1545
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 at 1.1.99.4 - 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 (

Description: | Behaviour Driven Development framework for Ruby edit |
Homepage: | https://rspec.info edit |
Public Clone URL: |
git://github.com/dchelimsky/rspec.git
Give this clone URL to anyone.
git clone git://github.com/dchelimsky/rspec.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:dchelimsky/rspec.git
|
rspec /
name | age | message | |
---|---|---|---|
![]() |
.autotest | Sun Oct 19 18:34:20 -0700 2008 | ignore drb examples when running autospec on rspec [dchelimsky] |
![]() |
.gitignore | Fri Jan 23 05:48:13 -0800 2009 | create tmp files for cucumber features locally [dchelimsky] |
![]() |
History.txt | Loading commit data... ![]() |
|
![]() |
License.txt | Mon Feb 02 08:50:08 -0800 2009 | update license [dchelimsky] |
![]() |
Manifest.txt | ||
![]() |
README.txt | Tue Jan 27 23:49:48 -0800 2009 | words [dchelimsky] |
![]() |
Rakefile | ||
![]() |
TODO.txt | ||
![]() |
bin/ | Sat Jan 24 15:27:36 -0800 2009 | added explicit autorun feature for running spec... [dchelimsky] |
![]() |
cucumber.yml | ||
![]() |
examples/ | ||
![]() |
features-pending/ | Fri Feb 06 23:53:02 -0800 2009 | add pending feature - conditional exclusion of ... [dchelimsky] |
![]() |
features/ | Mon Jan 26 20:46:29 -0800 2009 | move feature helpers out from under features to... [dchelimsky] |
![]() |
init.rb | Thu Apr 03 15:02:31 -0700 2008 | remove everything but rspec (core) from main rs... [dchelimsky] |
![]() |
lib/ | ||
![]() |
resources/ | Mon Jan 26 20:46:29 -0800 2009 | move feature helpers out from under features to... [dchelimsky] |
![]() |
rspec.gemspec | ||
![]() |
spec/ |
README.txt
= RSpec * https://rspec.info * https://rubyforge.org/projects/rspec * https://github.com/dchelimsky/rspec/wikis * mailto:rspec-devel@rubyforge.org == DESCRIPTION: RSpec is a Behaviour Driven Development framework for writing executable code examples. == FEATURES: * Spec::Example provides a framework for organizing executable code examples * Spec::Expectations adds #should and #should_not to every object * Spec::Matchers provides Expression Matchers for use with #should and #should_not * Spec::Mocks is a full featured mock object/stubbing library == SYNOPSIS: describe Account do context "transfering money" do it "deposits transfer amount to the other account" do source = Account.new(50, :USD) target = mock('target account') target.should_receive(:deposit).with(Money.new(5, :USD)) source.transfer(5, :USD).to(target) end it "reduces its balance by the transfer amount" do source = Account.new(50, :USD) target = stub('target account') source.transfer(5, :USD).to(target) source.balance.should == Money.new(45, :USD) end end end $ spec spec/account_spec.rb --format nested Account transfering money deposits transfer amount to the other account reduces its balance by the transfer amount 2 examples, 0 failures == INSTALL: [sudo] gem install rspec or git clone git://github.com/dchelimsky/rspec.git cd rspec rake gem rake install_gem
This feature is coming soon. Sit tight!