Commit a896ccff by JonahStanley

Added in a comment

This explains why acceptance_static is used
parent 4685cacc
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment