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

class LeapWebUsersTest < ActiveSupport::TestCase
  test "module exists" do
    assert_kind_of Module, LeapWebUsers
  end
end