diff options
Diffstat (limited to 'lib/custodian/testfactory.rb')
-rw-r--r-- | lib/custodian/testfactory.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/testfactory.rb b/lib/custodian/testfactory.rb index be5584c..179b050 100644 --- a/lib/custodian/testfactory.rb +++ b/lib/custodian/testfactory.rb @@ -41,7 +41,7 @@ module Custodian if c c.new( line ) else - raise ArgumentError, "Bad test type: #{test_type}" + raise ArgumentError, "Bad test type: '#{test_type}'" end else raise "Unknown line given - Failed to instantiate a suitable protocol-test: '#{line}'" |