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