Sha256: 290388245ccee80bf89788df570ceb6d4fb84b6428305bf2ed213a34ff16888a

Contents?: true

Size: 195 Bytes

Versions: 5

Compression:

Stored size: 195 Bytes

Contents

covers 'facets/exception/detail'

test_case Exception do

  method :detail do

    test "at least it runs" do
      err = ArgumentError.new("example error")
      err.detail
    end

  end

end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
facets-glimmer-3.2.0 test/core/exception/test_detail.rb
facets-3.1.0 test/core/exception/test_detail.rb
facets-3.0.0 test/core/exception/test_detail.rb
facets-2.9.3 test/core/exception/test_detail.rb
facets-2.9.2 test/core/exception/test_detail.rb