Rename a test class

This commit is contained in:
Alex Young
2012-07-03 13:35:47 +01:00
parent 2283b99834
commit 9e67f228f0
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
require 'test/unit'
require 'environment'
class NBDConnectDestFailureScenarios < Test::Unit::TestCase
class TestDestErrorHandling < Test::Unit::TestCase
def setup
@env = Environment.new
@@ -62,4 +62,4 @@ class NBDConnectDestFailureScenarios < Test::Unit::TestCase
end
end # class NBDConnectDestFailureScenarios
end # class TestDestErrorHandling