mirror of https://github.com/rails/rails
Merge pull request #11257 from arunagw/adding_actionview
Adding actionview in Rakefile to run test [ci skip]
This commit is contained in:
commit
77f40cf9aa
2
Rakefile
2
Rakefile
|
@ -11,7 +11,7 @@ task :build => "all:build"
|
||||||
desc "Release all gems to rubygems and create a tag"
|
desc "Release all gems to rubygems and create a tag"
|
||||||
task :release => "all:release"
|
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'
|
desc 'Run all tests by default'
|
||||||
task :default => %w(test test:isolated)
|
task :default => %w(test test:isolated)
|
||||||
|
|
Loading…
Reference in New Issue