Fix typo in blob_spec.rb
This commit is contained in:
parent
3fe07ce7d1
commit
79f17ee779
|
|
@ -341,7 +341,7 @@ describe Gitlab::Git::Blob, :seed_helper do
|
||||||
it { expect(blob.mode).to eq("100755") }
|
it { expect(blob.mode).to eq("100755") }
|
||||||
end
|
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") }
|
let(:blob) { Gitlab::Git::Blob.find(repository, SeedRepo::Commit::ID, "encoding/テスト.txt") }
|
||||||
|
|
||||||
it { expect(blob.name).to eq("テスト.txt") }
|
it { expect(blob.name).to eq("テスト.txt") }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue