From 68e233f91715cef624d8653ecf1d10734b97cd75 Mon Sep 17 00:00:00 2001 From: Matt Wildig Date: Wed, 30 May 2012 16:10:47 +0100 Subject: [PATCH] Add alias for test:rails_compatibility task Shorter, typing friendly name for testing task. --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 36399303..d681d8cf 100644 --- a/Rakefile +++ b/Rakefile @@ -126,4 +126,5 @@ namespace :test do task :rails_compatibility => 'test:bundles:install' do with_each_gemfile {sh "bundle exec rake test"} end + task :rc => :rails_compatibility end