Commit 12e2c3aa authored by Rémy Coutable's avatar Rémy Coutable

Reduce differences in spec/support/api/schema_matcher.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent fee665e6
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment