From 7857f863b6ada646b383e2823039f8b18b75f9ca Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Tue, 2 Jul 2013 23:01:22 +0200 Subject: Adding actionview in Rakefile to run test and create versions --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 9645788307..3ca801cc66 100644 --- a/Rakefile +++ b/Rakefile @@ -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) -- cgit v1.2.3