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