Skip to content

Commit

Permalink
Added some information about using in a Rails3 site as well as limita…
Browse files Browse the repository at this point in the history
…tions for using with RSpec2.
  • Loading branch information
Mike Gehard authored and xian committed Jul 7, 2010
1 parent 0fae996 commit 2cb491e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.markdown
Expand Up @@ -9,11 +9,15 @@ To use:

Post-installation:

For Rails support, use
For Rails2 support, use

`script/generate jasmine`

For other projects, use
For Rails3 support, use

`bundle exec jasmine init`

For other Ruby projects (including Merb), use

`jasmine init`

Expand All @@ -27,7 +31,7 @@ You may also

`rake jasmine:ci`

which will run your Jasmine suites using selenium and rspec. This task is suitable for running in continuous integration environments.
which will run your Jasmine suites using selenium and rspec. This task is suitable for running in continuous integration environments. There is currently a known issue using this rake task with RSpec2 beta.

Simple Configuration:

Expand Down

0 comments on commit 2cb491e

Please sign in to comment.