summaryrefslogtreecommitdiff
path: root/certs/test/leap_web_certs_test.rb
blob: ee2058be12fe3c8e2ff4047d07acdda4852c07e2 (plain)
1
2
3
4
5
6
7
require 'test_helper'

class LeapWebCertsTest < ActiveSupport::TestCase
  test "truth" do
    assert_kind_of Module, LeapWebCerts
  end
end