From 2cb491e25884784ea2b3e3c5ed7c6feb9086d186 Mon Sep 17 00:00:00 2001 From: Mike Gehard Date: Wed, 7 Jul 2010 08:13:43 +0800 Subject: [PATCH] Added some information about using in a Rails3 site as well as limitations for using with RSpec2. --- README.markdown | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 0dd2223d..6a835129 100644 --- a/README.markdown +++ b/README.markdown @@ -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` @@ -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: