Merge pull request #11257 from arunagw/adding_actionview

Adding actionview in Rakefile to run test [ci skip]
This commit is contained in:
Carlos Antonio da Silva 2013-07-02 14:06:02 -07:00
commit 77f40cf9aa
1 changed files with 1 additions and 1 deletions

View File

@ -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)