aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/Rakefile
diff options
context:
space:
mode:
authorKevin Solorio <soloriok@gmail.com>2019-01-08 10:36:33 -0800
committerKevin Solorio <soloriok@gmail.com>2019-01-08 10:36:33 -0800
commitce90ded4ca07a92b1bdf72c9296679b5d523383f (patch)
treec6a81c4118b671988cd83e53d00f836c2e14313c /actiontext/Rakefile
parentcd16413ef3280a50c1b13b1ed7be1a907fad88d1 (diff)
downloadrails-ce90ded4ca07a92b1bdf72c9296679b5d523383f.tar.gz
rails-ce90ded4ca07a92b1bdf72c9296679b5d523383f.tar.bz2
rails-ce90ded4ca07a92b1bdf72c9296679b5d523383f.zip
add new frameworks to tasks/release.rb
The Frameworks collection was missing actiontext and actionmailbox, this would mean they are skipped when running any tasks that iterated through this collection changes include Breaking up frameworks declaration into multiple lines and put them in order. This should make adding to the list easier and if you need to scan it, they will be in order you would expect Add `package` task to both actiontext and actionmailbox
Diffstat (limited to 'actiontext/Rakefile')
-rw-r--r--actiontext/Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/actiontext/Rakefile b/actiontext/Rakefile
index 5cda013f96..36aed17282 100644
--- a/actiontext/Rakefile
+++ b/actiontext/Rakefile
@@ -4,6 +4,8 @@ require "bundler/setup"
require "bundler/gem_tasks"
require "rake/testtask"
+task :package
+
Rake::TestTask.new do |t|
t.libs << "test"
t.pattern = "test/**/*_test.rb"