Ensure bundles are up-to-date when rake test is run

This commit is contained in:
Corey Johnson 2012-10-09 15:18:58 -07:00
parent e3360de3c6
commit 1bdd985606

View File

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