Skip to content

Commit

Permalink
Adding actionview in Rakefile to run test
Browse files Browse the repository at this point in the history
and create versions
  • Loading branch information
arunagw committed Jul 2, 2013
1 parent 98860d1 commit 7857f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7857f86

Please sign in to comment.