Skip to content

Commit 7857f86

Browse files
committed
Adding actionview in Rakefile to run test
and create versions
1 parent 98860d1 commit 7857f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ task :build => "all:build"
1111
desc "Release all gems to rubygems and create a tag"
1212
task :release => "all:release"
1313

14-
PROJECTS = %w(activesupport activemodel actionpack actionmailer activerecord railties)
14+
PROJECTS = %w(activesupport activemodel actionpack actionview actionmailer activerecord railties)
1515

1616
desc 'Run all tests by default'
1717
task :default => %w(test test:isolated)

0 commit comments

Comments
 (0)