Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jan 25, 2010
1 parent 48fe01e commit 17cca71
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions README.markdown
@@ -1,25 +1,13 @@
# Rspec 2 Development Environment Setup

To setup your development environment run `rake`.
git clone git://github.com/rspec/rspec-dev.git
cd rspec-dev
rake

After the initial clone you can run `rake git:pull` to update to the latest bits.
To setup your development environment run `rake`. This will pull all of the
rspec repos, build and install the gems, and then run the default `rake` task
in each, which will run their specs.

The following tasks are available for dev mode:
After the initial clone you can run `rake git:pull` to update to the latest bits.

>>> rake --tasks
(in /Users/chad/Projects/rubygems/rspec2/dev)
rake dev:pair # Pair dev, you must supply the PAIR1, PAIR2 arguments
rake dev:solo # Solo dev, removes any git pair markers
rake gem:build # Build gems
rake gem:install # Install all gems locally
rake gem:release # Release new versions to gemcutter
rake gem:spec # Rebuild gemspecs
rake gem:uninstall # Uninstall gems locally
rake gem:write_version # Write out a new version constant for each project.
rake git:clone # git clone all the repos the first time
rake git:commit # git commit all the repos with the same commit message
rake git:diff # git diff on all the repos
rake git:pull # git pull on all the repos
rake git:push # git push on all the repos
rake git:reset # git reset on all the repos
rake git:status # git status on all the repos
Run `rake -T` to see the available tasks for dev mode.

0 comments on commit 17cca71

Please sign in to comment.