Skip to content
代码片段 群组 项目
提交 aed43faf 编辑于 作者: Brett Walker's avatar Brett Walker
浏览文件

Resolve CE->EE merge conflict

上级 7f658220
No related branches found
No related tags found
无相关合并请求
......@@ -443,7 +443,6 @@
end
end
<<<<<<< HEAD
describe '#disable_prepared_statements' do
it 'disables prepared statements' do
config = {}
......@@ -489,7 +488,9 @@
it 'returns false' do
expect(described_class.read_only?).to be_falsey
end
=======
end
end
describe '.db_read_only?' do
context 'when using PostgreSQL' do
before do
......@@ -516,7 +517,6 @@
end
it { expect(described_class.db_read_only?).to be_falsey }
>>>>>>> upstream/master
end
end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册