Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit ab44fca

Browse files
committed
words
1 parent ce17303 commit ab44fca

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.markdown

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
# RSpec Core
22

3-
RSpec is an automated testing framework for Ruby, designed for use in Behaviour
4-
Driven Development and Test Driven Development.
5-
6-
rspec-core includes the RSpec runner, output formatters, and the `rspec`
7-
command.
3+
Behaviour Driven Development for Ruby
84

95
## Upgrading from rspec-1.x
106

117
See Upgrade.markdown
128

139
## Install
1410

15-
[sudo] gem install rspec --prerelease
11+
gem install rspec --prerelease
1612

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

2016
## Get Started
2117

2218
Start with a simple example of behavior you expect from your system. Do
23-
this before you write any code:
19+
this before you write any implementation code:
2420

2521
# in spec/calculator_spec.rb
2622
describe Calculator, "add" do

0 commit comments

Comments
 (0)