提交 cc214cff 编写于 作者: S Sean Griffin

Merge pull request #20256 from arunagw/aa-remove-unused-rule-and-task-activerecord

Remove unused rule and task from activerecord
......@@ -83,15 +83,6 @@ end
task "isolated_test_#{adapter}" => ["#{adapter}:env", "test:isolated:#{adapter}"]
end
rule '.sqlite3' do |t|
sh %Q{sqlite3 "#{t.name}" "create table a (a integer); drop table a;"}
end
task :test_sqlite3 => [
'test/fixtures/fixture_database.sqlite3',
'test/fixtures/fixture_database_2.sqlite3'
]
namespace :db do
namespace :mysql do
desc 'Build the MySQL test databases'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册