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:
authorRémy Coutable <remy@rymai.me>2019-02-26 19:54:19 +0300
committerRémy Coutable <remy@rymai.me>2019-03-07 10:13:37 +0300
commit12e2c3aa481be41fc08f14d85e49c517e2f3beec (patch)
treedc4ae0e99d9cb39b241f63587fd5b5d0642d601d /spec/support
parentfee665e65d605ce164923e5720d74b9c58fea963 (diff)
Reduce differences in spec/support/api/schema_matcher.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/api/schema_matcher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/api/schema_matcher.rb b/spec/support/api/schema_matcher.rb
index 6591d56e473..f7d74df0656 100644
--- a/spec/support/api/schema_matcher.rb
+++ b/spec/support/api/schema_matcher.rb
@@ -1,6 +1,6 @@
module SchemaPath
def self.expand(schema, dir = '')
- Rails.root.join('spec', dir, "fixtures/api/schemas/#{schema}.json").to_s
+ Rails.root.join(dir, 'spec', "fixtures/api/schemas/#{schema}.json").to_s
end
end