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 36f74abcba1c916a04ed0688b8ea1452ff04951d
tree 5c1f1537bbee8c35552c1ff00f42848d7b4f74b5
parent beb5131eefaf891d9168b3dcab745a1f0ba23db4
tree 5c1f1537bbee8c35552c1ff00f42848d7b4f74b5
parent beb5131eefaf891d9168b3dcab745a1f0ba23db4
rspec /
| name | age | message | |
|---|---|---|---|
| |
.autotest | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
.gitignore | Wed Apr 16 21:40:16 -0700 2008 | [pat-maddox] |
| |
CHANGES | Sat May 03 17:46:42 -0700 2008 | [btakita] |
| |
MIT-LICENSE | Wed Apr 16 16:20:10 -0700 2008 | [dchelimsky] |
| |
README | Mon Apr 07 22:01:38 -0700 2008 | [dchelimsky] |
| |
Rakefile | Sat May 03 15:21:06 -0700 2008 | [btakita] |
| |
TODO | Fri Apr 18 15:05:23 -0700 2008 | [Brian Takita & Nathan Sobo] |
| |
UPGRADE | Mon Apr 07 22:01:38 -0700 2008 | [dchelimsky] |
| |
bin/ | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
examples/ | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
failing_examples/ | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
init.rb | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
lib/ | Wed May 21 23:33:48 -0700 2008 | [btakita] |
| |
plugins/ | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
rake_tasks/ | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
spec/ | Sat May 03 17:46:42 -0700 2008 | [btakita] |
| |
stories/ | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
| |
story_server/ | Thu Apr 03 15:02:31 -0700 2008 | [dchelimsky] |
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





