Sha256: 8fc070cb5140bf9cbf47714249f77d592c33697716b7e7cd27c79ae8fe9f2126

Contents?: true

Size: 273 Bytes

Versions: 2

Compression:

Stored size: 273 Bytes

Contents

require 'assert'
require 'whysoslow'

module Whysoslow

  class UnitTests < Assert::Context
    desc "Whysoslow"

    # no tests right now - all this does is make sure you can load it

    should "load" do
      assert_equal false, require('whysoslow')
    end

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
whysoslow-1.0.1 test/unit/whysoslow_test.rb
whysoslow-1.0.0 test/unit/whysoslow_test.rb