Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-20 18:06:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-20 18:06:39 +0300
commit97b63407ef0ecacc239fe320a9b87eefdebfe70c (patch)
tree64f9ab65e07bee7d37c1559e59e1607dc819cfe1 /spec/models
parenta68e9d3318c6847436f81f83eb347b29f52d1bff (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/repository_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/repository_spec.rb b/spec/models/repository_spec.rb
index cf9100eb6cf..92450bfdaff 100644
--- a/spec/models/repository_spec.rb
+++ b/spec/models/repository_spec.rb
@@ -845,7 +845,7 @@ describe Repository do
end
describe '#get_raw_changes' do
- context `with non-UTF8 bytes in paths` do
+ context 'with non-UTF8 bytes in paths' do
let(:old_rev) { 'd0888d297eadcd7a345427915c309413b1231e65' }
let(:new_rev) { '19950f03c765f7ac8723a73a0599764095f52fc0' }
let(:changes) { repository.raw_changes_between(old_rev, new_rev) }