require 'test_helper' class MongoidRailsInstrumentationTest < ActiveSupport::TestCase test "truth" do assert_kind_of Module, MongoidRailsInstrumentation end end