Reduce differences in spec/support/api/schema_matcher.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
fee665e65d
commit
12e2c3aa48
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue