mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Mitigates Lint/StringConversionInInterpolation
This commit is contained in:
parent
06f4745e2a
commit
3235995748
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ require "httparty"
|
||||||
require "fakeweb"
|
require "fakeweb"
|
||||||
|
|
||||||
def file_fixture(filename)
|
def file_fixture(filename)
|
||||||
open(File.join(File.dirname(__FILE__), 'fixtures', "#{filename.to_s}")).read
|
open(File.join(File.dirname(__FILE__), 'fixtures', "#{filename}")).read
|
||||||
end
|
end
|
||||||
|
|
||||||
Dir[File.expand_path(File.join(File.dirname(__FILE__), 'support', '**', '*.rb'))].each {|f| require f}
|
Dir[File.expand_path(File.join(File.dirname(__FILE__), 'support', '**', '*.rb'))].each {|f| require f}
|
||||||
|
|
Loading…
Add table
Reference in a new issue