Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Mar 3, 2010
1 parent f1a8e72 commit d81c090
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.markdown
@@ -1,15 +1,17 @@
# Rspec Core

Rspec is an automated testing framework for Ruby, designed for use in
Behaviour Driven Development and Test Driven Development.
Rspec is an automated testing framework for Ruby, designed for use in Behaviour
Driven Development and Test Driven Development.

rspec-core includes the Rspec runner, output formatters, and the `rspec` command.
rspec-core includes the Rspec runner, output formatters, and the `rspec`
command.

## Install

[sudo] gem install rspec --prerelease

This will install rspec, rspec-core, rspec-expectations and rspec-mocks.
This will install the rspec, rspec-core, rspec-expectations and rspec-mocks
gems.

## Get Started

Expand Down

0 comments on commit d81c090

Please sign in to comment.