Running Guard RSpec with a bundle exec rspec command throws the warning
already initialized constant Guard::RSpecDefaults::TEMPORARY_FILE_PATH. This
commit simply checks whether or not TEMPORARY_FILE_PATH is already initialized
and only assigns a value to it if it's not.
Coverage remained the same at 98.236% when pulling 22bd6bae1190459df41b929dd6186b8e2bb0756a on enriikke:bug-TEMPORARY_FILE_PATH-redeclared into 1cf25c7127112c246b6e1a38208c32a6aee8a6c7 on guard:master.
Coverage remained the same at 98.236% when pulling 22bd6bae1190459df41b929dd6186b8e2bb0756a on enriikke:bug-TEMPORARY_FILE_PATH-redeclared into 1cf25c7127112c246b6e1a38208c32a6aee8a6c7 on guard:master.
Running Guard RSpec with a
bundle exec rspec
command throws the warningalready initialized constant Guard::RSpecDefaults::TEMPORARY_FILE_PATH
. This commit simply checks whether or notTEMPORARY_FILE_PATH
is already initialized and only assigns a value to it if it's not.