aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-07-02 23:01:22 +0200
committerArun Agrawal <arunagw@gmail.com>2013-07-02 23:01:22 +0200
commit7857f863b6ada646b383e2823039f8b18b75f9ca (patch)
tree4b2de2539519f691670a5a34c7ec64b7f10a0f22 /Rakefile
parent98860d1739729a5272406a218c6b9b346327bac6 (diff)
downloadrails-7857f863b6ada646b383e2823039f8b18b75f9ca.tar.gz
rails-7857f863b6ada646b383e2823039f8b18b75f9ca.tar.bz2
rails-7857f863b6ada646b383e2823039f8b18b75f9ca.zip
Adding actionview in Rakefile to run test
and create versions
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 9645788307..3ca801cc66 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 actionmailer activerecord railties)
+PROJECTS = %w(activesupport activemodel actionpack actionview actionmailer activerecord railties)
desc 'Run all tests by default'
task :default => %w(test test:isolated)