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 (
commit 593572217fd388081b3e75ab2cefb5f49923167f
tree 36c1100ef19fb7861271c62b930d4bc91d2f1502
parent fd7e683cd9f678169fbef1dff414ee2a75ecb5b1
tree 36c1100ef19fb7861271c62b930d4bc91d2f1502
parent fd7e683cd9f678169fbef1dff414ee2a75ecb5b1
rspec /
| name | age | message | |
|---|---|---|---|
| |
.autotest | Thu Apr 03 15:02:31 -0700 2008 | |
| |
.gitignore | Sun Jul 06 05:10:03 -0700 2008 | |
| |
History.txt | ||
| |
Manifest.txt | ||
| |
README.txt | ||
| |
Rakefile | ||
| |
TODO.txt | ||
| |
bin/ | Fri Oct 03 04:27:52 -0700 2008 | |
| |
examples/ | Mon Sep 29 19:40:06 -0700 2008 | |
| |
failing_examples/ | Thu Apr 03 15:02:31 -0700 2008 | |
| |
init.rb | Thu Apr 03 15:02:31 -0700 2008 | |
| |
lib/ | ||
| |
plugins/ | Sat May 24 15:55:15 -0700 2008 | |
| |
rake_tasks/ | Thu Sep 11 22:01:48 -0700 2008 | |
| |
rspec.gemspec | ||
| |
spec/ | Fri Oct 03 03:54:55 -0700 2008 | |
| |
stories/ | Sat Jul 12 15:04:40 -0700 2008 | |
| |
story_server/ | Thu Apr 03 15:02:31 -0700 2008 |
README.txt
= RSpec * http://rspec.info * http://rspec.info/rdoc/ * http://github.com/dchelimsky/rspec/wikis * mailto:rspec-devel@rubyforge.org == DESCRIPTION: RSpec is a Behaviour Driven Development framework with tools to express User Stories with Executable Scenarios and Executable Examples at the code level. == FEATURES: * Spec::Story provides a framework for expressing User Stories and Scenarios * Spec::Example provides a framework for expressing Isolated Examples * Spec::Matchers provides Expression Matchers for use with Spec::Expectations and Spec::Mocks. == SYNOPSIS: Spec::Expectations supports setting expectations on your objects so you can do things like: result.should equal(expected_result) Spec::Mocks supports creating Mock Objects, Stubs, and adding Mock/Stub behaviour to your existing objects. == INSTALL: [sudo] gem install rspec or git clone git://github.com/dchelimsky/rspec.git cd rspec rake gem rake install_gem == LICENSE: (The MIT License) Copyright (c) 2005-2008 The RSpec Development Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.









