Sha256: 051ceac860f15bf9ad7c7ba287140fd6d0aebdf03458e2064f6b2fcb05ed4e17

Contents?: true

Size: 169 Bytes

Versions: 6

Compression:

Stored size: 169 Bytes

Contents

require "cutest"
require "ohm"

prepare do
  Ohm.flush
end

def assert_nothing_raised(*exceptions)
  begin
    yield
  rescue *exceptions
    flunk(caller[1])
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ohm-contrib-3.0.0 test/helper.rb
ohm-contrib-2.2.0 test/helper.rb
ohm-contrib-2.0.1 test/helper.rb
ohm-contrib-2.0.0 test/helper.rb
ohm-contrib-2.0.0.rc2 test/helper.rb
ohm-contrib-2.0.0.rc1 test/helper.rb