Skip to content

Commit

Permalink
more word about setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jun 19, 2010
1 parent fe8d14c commit cc315c1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.markdown
Expand Up @@ -6,6 +6,12 @@ dependent gems:

## Setting up the environment

System pre-reqs:

git
rvm
sqlite3

We recommend you use rvm with a dedicated rvm gemset.

export RUBYOPT=rubygems
Expand All @@ -28,8 +34,11 @@ like this:
rspec-mocks # doubles, mocks, stubs, fakes, etc
rspec-rails # rspec 2 for rails 3
tmp
rails # clone of the rails repo used for spec'ing rspec-rails
aruba # gets generated when running rspec-rails' cukes
example_app # gets generated when running rspec-rails' specs
vendor
arel # clone of the arel repo used for spec'ing rspec-rails
rails # clone of the rails repo used for spec'ing rspec-rails
rspec # meta-gem that depends on core, expectations, and mocks

After the initial clone you can run `rake git:pull` from the rspec-dev
Expand Down

0 comments on commit cc315c1

Please sign in to comment.