Skip to content
Snippets Groups Projects
Commit 79f17ee7 authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Fix typo in blob_spec.rb

parent 3fe07ce7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -341,7 +341,7 @@ describe Gitlab::Git::Blob, :seed_helper do
it { expect(blob.mode).to eq("100755") }
end
 
context 'file with Chinese text' do
context 'file with Japanese text' do
let(:blob) { Gitlab::Git::Blob.find(repository, SeedRepo::Commit::ID, "encoding/テスト.txt") }
 
it { expect(blob.name).to eq("テスト.txt") }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment