Skip to content

Commit

Permalink
[spec] Fix path being absolute in HTML fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
viteinfinite committed Dec 15, 2015
1 parent 1c5baad commit a55a142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/slather/coverage_service/html_output_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def extract_filepath(doc)
end

fixtures_project.stub(:input_format).and_return("profdata")
fixtures_project.stub(:profdata_llvm_cov_output).and_return("/Users/civetta/Works/Personal/slather/viteinfinite-slather/spec/fixtures/fixtures/other_fixtures.m:
fixtures_project.stub(:profdata_llvm_cov_output).and_return("./spec/fixtures/fixtures/other_fixtures.m:
| 1|//
| 2|// other_fixtures.m
| 3|// fixtures
Expand Down

0 comments on commit a55a142

Please sign in to comment.