lib/snowpack/test/suite.rb in snowpack-1.0.0.alpha4 vs lib/snowpack/test/suite.rb in snowpack-1.0.0.alpha5

- old
+ new

@@ -54,10 +54,10 @@ end config.filter_run :focus config.run_all_when_everything_filtered = true - config.example_status_persistence_file_path = root.join("../tmp").realpath.join("spec/examples.txt").to_s + config.example_status_persistence_file_path = root.join("../tmp").join("spec/examples.txt").expand_path.to_s if config.files_to_run.one? config.default_formatter = "doc" end