Commit b4f4e75e authored by Lin Jen-Shin's avatar Lin Jen-Shin

Remove duplicated test

parent 5ba5711f
......@@ -264,12 +264,6 @@ describe Repository do
expect_to_raise_storage_error { broken_repository.find_commits_by_message('s') }
end
end
describe 'when storage is broken', :broken_storage do
it 'should raise a storage error' do
expect_to_raise_storage_error { broken_repository.find_commits_by_message('s') }
end
end
end
describe '#blob_at' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment