rm -f the fixture builder yml file, to avoid the no-such-file warnings.
This commit is contained in:
parent
ee8796fc79
commit
ad141bc5a2
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ include WebMock::API
|
||||||
include HelperMethods
|
include HelperMethods
|
||||||
|
|
||||||
# Force fixture rebuild
|
# Force fixture rebuild
|
||||||
`rm #{File.join(Rails.root, 'tmp', 'fixture_builder.yml')}`
|
FileUtils.rm_f(File.join(Rails.root, 'tmp', 'fixture_builder.yml'))
|
||||||
|
|
||||||
# Requires supporting files with custom matchers and macros, etc,
|
# Requires supporting files with custom matchers and macros, etc,
|
||||||
# in ./support/ and its subdirectories.
|
# in ./support/ and its subdirectories.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue