Skip to content

Commit

Permalink
Fix/add some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Bennett committed Jan 22, 2015
1 parent ca9c368 commit 8bcd11a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/test_utils.rb
@@ -1,9 +1,12 @@
require_relative 'spec_helper'

# Use this in tests in the tests directory with:
# require_relative 'test_utils'
# include TestUtils

module Dnsruby
module TestUtils


# Asserts that all exceptions whose type are the specified exception class
# or one of its subclasses are *not* raised.
#
Expand Down Expand Up @@ -36,7 +39,7 @@ def test_other_exception
# This should result in a passed test:
def test_no_exception
assert_not_raised(ArgumentError, 'No Error') { askfd.asdf }
assert_not_raised(ArgumentError, 'No Error') { }
end
=end
end
Expand Down

0 comments on commit 8bcd11a

Please sign in to comment.