From a896ccfff76055945148e7a8ec8e73d4fa8136d9 Mon Sep 17 00:00:00 2001 From: JonahStanley Date: Wed, 10 Jul 2013 16:21:11 -0400 Subject: [PATCH] Added in a comment This explains why acceptance_static is used --- rakelib/tests.rake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rakelib/tests.rake b/rakelib/tests.rake index 70ba8970c5..7e3e672f39 100644 --- a/rakelib/tests.rake +++ b/rakelib/tests.rake @@ -80,6 +80,8 @@ TEST_TASK_DIRS = [] # Run acceptance tests desc "Run acceptance tests" + #gather_assets uses its own env because acceptance contains seeds to make the information unique + #acceptance_static is acceptance without the random seeding task "test_acceptance_#{system}", [:harvest_args] => [:clean_test_files, "#{system}:gather_assets:acceptance_static", "fasttest_acceptance_#{system}"] desc "Run acceptance tests without collectstatic"