Sha256: 8c9acc2d3ae830fe84030a961a4eb1fcaa1f499d2153ec55d253e82eed9bf706

Contents?: true

Size: 226 Bytes

Versions: 2

Compression:

Stored size: 226 Bytes

Contents

$: << 'lib'

require 'fastest'

class TestGroup < A
  def test_falsiness
    a false == false
  end

  def test_nilness
    a nil == nil
  end
end

class MySecondTestCase < A
  def not_trueliness
    a true != false
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fastest-0.1.0 examples/another_example.rb
fastest-0.0.3 examples/another_example.rb