From 1bdd985606d58f36bd80fcbfe9fb9081f77c896d Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Tue, 9 Oct 2012 15:18:58 -0700 Subject: [PATCH] Ensure bundles are up-to-date when `rake test` is run --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3e68eb5e4..bc8dea518 100644 --- a/Rakefile +++ b/Rakefile @@ -108,7 +108,7 @@ task :run, [:atom_arg] => :build do |name, args| end desc "Run the specs" -task :test => ["clean", "create-dot-atom"] do +task :test => ["clean", "clone-default-bundles"] do Rake::Task["run"].invoke("--test") end