Merge branch 'winh-typo-blob_spec' into 'master'

Fix typo in blob_spec.rb

See merge request gitlab-org/gitlab-ce!27661
This commit is contained in:
Lin Jen-Shin 2019-04-25 08:52:57 +00:00
commit 6b90db7d64

View file

@ -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") }