Adding actionview in Rakefile to run test

and create versions
This commit is contained in:
Arun Agrawal 2013-07-02 23:01:22 +02:00
parent 98860d1739
commit 7857f863b6

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