require 'test_helper' class FlexirailsEngineTest < ActiveSupport::TestCase test "module is defined" do assert_kind_of Module, Flexirails end end