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 8b73e1288e62f4d59e17405a715d58d0cb56cf4a
tree 72ca14e69d4ceda89e2c1e35ab7f5c48da078622
parent 3c00f80308585649dc4b59c581a9174c91240f8a
tree 72ca14e69d4ceda89e2c1e35ab7f5c48da078622
parent 3c00f80308585649dc4b59c581a9174c91240f8a
rspec /
| name | age | message | |
|---|---|---|---|
| |
.autotest | Thu Apr 03 15:02:31 -0700 2008 | |
| |
.gitignore | ||
| |
CHANGES | ||
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
TODO | ||
| |
UPGRADE | ||
| |
bin/ | ||
| |
examples/ | ||
| |
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/ | ||
| |
spec/ | ||
| |
stories/ | ||
| |
story_server/ | Thu Apr 03 15:02:31 -0700 2008 |
README
== RSpec RSpec is a Behaviour Driven Development framework with tools to express User Stories with Executable Scenarios and Executable Examples at the code level. RSpec ships with several modules: 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. 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. == Installation The simplest approach is to install the gem (as root in some environments): gem install -r rspec == Building the RSpec gem If you prefer to build the gem locally: git clone git://github.com/dchelimsky/rspec.git cd rspec rake gem gem install pkg/rspec-0.x.x.gem #as root










