aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-08-12 09:29:21 +0000
committerAbdelkader Boudih <terminale@gmail.com>2014-08-12 10:07:21 +0000
commit0c232779ece1ff6bf9bce9d55c54ea19867a2170 (patch)
treefd833a906bdf4a982d01046f9cdfe6d0d720fdc7 /Rakefile
parenta75f085941b2d6aed160f5f2f7e64e5fc7e03826 (diff)
downloadrails-0c232779ece1ff6bf9bce9d55c54ea19867a2170.tar.gz
rails-0c232779ece1ff6bf9bce9d55c54ea19867a2170.tar.bz2
rails-0c232779ece1ff6bf9bce9d55c54ea19867a2170.zip
Remove activejob integration tests
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0737afd089..db27105cc3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,7 +11,7 @@ task :build => "all:build"
desc "Release all gems to rubygems and create a tag"
task :release => "all:release"
-PROJECTS = %w(activesupport activemodel actionpack actionview actionmailer activerecord railties)
+PROJECTS = %w(activesupport activemodel actionpack actionview actionmailer activerecord railties activejob)
desc 'Run all tests by default'
task :default => %w(test test:isolated)