main
 1require "test_helper"
 2
 3class IncognitoTest < Minitest::Test
 4  def test_that_it_has_a_version_number
 5    refute_nil ::Incognito::VERSION
 6  end
 7
 8  def test_it_does_something_useful
 9    assert true
10  end
11end