From 04899f3ae01dd8b76b0576004beac99615930c45 Mon Sep 17 00:00:00 2001 From: Ross Kaffenberger Date: Mon, 7 Apr 2014 18:39:31 -0400 Subject: [PATCH] Add comment for running specs against multiple versions of Rails --- Rakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rakefile b/Rakefile index 9a36334..7723dfb 100644 --- a/Rakefile +++ b/Rakefile @@ -9,3 +9,6 @@ desc "Run all specs in spec directory (excluding plugin specs)" RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare') task :default => :spec + +# To test against a specific version of Rails +# export RAILS_VERSION=3.2.0; bundle update; rake