Class: SQLite3::TestCase

Inherits:
Minitest::Test
  • Object
show all
Defined in:
lib/sqlite3-1.5.3-arm64-darwin/test/helper.rb,
lib/sqlite3-1.5.3-x86_64-darwin/test/helper.rb

Instance Method Summary collapse

Instance Method Details

#assert_nothing_raisedObject



23
24
25
# File 'lib/sqlite3-1.5.3-arm64-darwin/test/helper.rb', line 23

def assert_nothing_raised
  yield
end