summaryrefslogtreecommitdiff
path: root/core/test/leap_web_core_test.rb
blob: 0dd71ff16b90f480916b506903716ff298641bf0 (plain)
1
2
3
4
5
6
7
require 'test_helper'

class LeapWebCoreTest < ActiveSupport::TestCase
  test "truth" do
    assert_kind_of Module, LeapWebCore
  end
end