1 2 3 4 5 6 7
require "test_helper" class WittleTest < ActiveSupport::TestCase test "it has a version number" do assert Wittle::VERSION end end