Minor updates to test suite descriptions

This commit is contained in:
Wade Alcorn
2012-01-12 17:31:53 +10:00
parent 9cb0e12c69
commit 1f4ce62e0a
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ require './tc_login' # Basic log in and log out tests
class TS_BeefIntegrationTests
def self.suite
suite = Test::Unit::TestSuite.new(name="BeEF Integration TestSuite")
suite = Test::Unit::TestSuite.new(name="BeEF Integration Test Suite")
suite << TC_CheckEnvironment.suite
suite << TC_login.suite