提交 1fc294f9 编写于 作者: R Rafael Mendonça França

Merge pull request #8942 from yahonda/tested_only_with_mysql

Address test_create_when_database_exists_outputs_info_to_stderr failures
......@@ -3,6 +3,10 @@
module ActiveRecord
class MysqlDBCreateTest < ActiveRecord::TestCase
def setup
unless current_adapter?(:MysqlAdapter, :Mysql2Adapter)
return skip("only tested on mysql or mysql2")
end
@connection = stub(:create_database => true)
@configuration = {
'adapter' => 'mysql',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册