Methods
T
Instance Public methods
test_check_schema_file()
# File activerecord/test/cases/tasks/database_tasks_test.rb, line 432
def test_check_schema_file
  Kernel.expects(:abort).with(regexp_matches(/awesome-file.sql/))
  ActiveRecord::Tasks::DatabaseTasks.check_schema_file("awesome-file.sql")
end