summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-02-26 17:54:19 +0100
committerRémy Coutable <remy@rymai.me>2019-03-07 08:13:37 +0100
commit12e2c3aa481be41fc08f14d85e49c517e2f3beec (patch)
treedc4ae0e99d9cb39b241f63587fd5b5d0642d601d
parentfee665e65d605ce164923e5720d74b9c58fea963 (diff)
downloadgitlab-ce-12e2c3aa481be41fc08f14d85e49c517e2f3beec.tar.gz
Reduce differences in spec/support/api/schema_matcher.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
-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