Sha256: 06dd4dc0f8ebbc6b92c0b72cde5b268e5b42b1293b6a8858214a46a69b47947e

Contents?: true

Size: 121 Bytes

Versions: 2

Compression:

Stored size: 121 Bytes

Contents

require 'minitest/autoload'

class EstimatorTest < MiniTest::Unit::TestCase

  def test_truth
    assert true
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
estimator-0.0.2 test/estimator_test.rb
estimator-0.0.1 test/estimator_test.rb