require 'test_helper' class ResuTest < ActiveSupport::TestCase load_schema class User < ActiveRecord::Base end def test_schema_has_loaded_correctly assert_equal [], User.all end end