aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/release.rb
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 /tasks/release.rb
parenta75f085941b2d6aed160f5f2f7e64e5fc7e03826 (diff)
downloadrails-0c232779ece1ff6bf9bce9d55c54ea19867a2170.tar.gz
rails-0c232779ece1ff6bf9bce9d55c54ea19867a2170.tar.bz2
rails-0c232779ece1ff6bf9bce9d55c54ea19867a2170.zip
Remove activejob integration tests
Diffstat (limited to 'tasks/release.rb')
-rw-r--r--tasks/release.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/release.rb b/tasks/release.rb
index 767feaf236..de05dfad99 100644
--- a/tasks/release.rb
+++ b/tasks/release.rb
@@ -1,4 +1,4 @@
-FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack actionmailer railties )
+FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack actionmailer railties activejob )
root = File.expand_path('../../', __FILE__)
version = File.read("#{root}/RAILS_VERSION").strip