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"