From da7997aaad18d6105bd03a20064658cab0f0dfad Mon Sep 17 00:00:00 2001 From: Wade Alcorn Date: Fri, 13 Jan 2012 22:20:02 +1000 Subject: [PATCH] Added domain constants --- test/common/test_constants.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/common/test_constants.rb b/test/common/test_constants.rb index e909afec3..a6d16b0ca 100644 --- a/test/common/test_constants.rb +++ b/test/common/test_constants.rb @@ -1 +1,4 @@ -BEEF_TEST_DIR = "/tmp/beef-test/" \ No newline at end of file +BEEF_TEST_DIR = "/tmp/beef-test/" + +ATTACK_DOMAIN = "attacker.beefproject.com" +VICTIM_DOMAIN = "victim.beefproject.com" \ No newline at end of file