Sha256: 36bc2034079c450b7690f3ed2204411cbc6c272fcf2aac74208cab99719af5dd

Contents?: true

Size: 126 Bytes

Versions: 16

Compression:

Stored size: 126 Bytes

Contents

require 'test_helper'

class HowToTest < ActiveSupport::TestCase
  test "truth" do
    assert_kind_of Module, HowTo
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
how_to-2.0.5 test/how_to_test.rb
how_to-2.0.4 test/how_to_test.rb
how_to-2.0.3 test/how_to_test.rb
how_to-2.0.2 test/how_to_test.rb
how_to-2.0.1 test/how_to_test.rb
how_to-2.0.0 test/how_to_test.rb
how_to-1.0.3 test/how_to_test.rb
how_to-1.0.2 test/how_to_test.rb
how_to-0.0.8 test/how_to_test.rb
how_to-0.0.7 test/how_to_test.rb
how_to-0.0.6 test/how_to_test.rb
how_to-0.0.5 test/how_to_test.rb
how_to-0.0.4 test/how_to_test.rb
how_to-0.0.3 test/how_to_test.rb
how_to-0.0.2 test/how_to_test.rb
how_to-0.0.1 test/how_to_test.rb