diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-07-02 14:06:02 -0700 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-07-02 14:06:02 -0700 |
commit | 77f40cf9aa1a926e0b04db7c4f82471514f23d6c (patch) | |
tree | b6fa207ecb0a4650ef745f9e5fab590ce8097c39 | |
parent | 4c88f4ce16db031d779656b948fd59f9aac146c5 (diff) | |
parent | 7857f863b6ada646b383e2823039f8b18b75f9ca (diff) | |
download | rails-77f40cf9aa1a926e0b04db7c4f82471514f23d6c.tar.gz rails-77f40cf9aa1a926e0b04db7c4f82471514f23d6c.tar.bz2 rails-77f40cf9aa1a926e0b04db7c4f82471514f23d6c.zip |
Merge pull request #11257 from arunagw/adding_actionview
Adding actionview in Rakefile to run test [ci skip]
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |