Skip to content

Commit

Permalink
Merge pull request SlatherOrg#16 from viteinfinite/feature-binaryfile…
Browse files Browse the repository at this point in the history
…-param

Fix spec when running in a CI environment
  • Loading branch information
viteinfinite committed Dec 27, 2015
2 parents 1408a73 + 5d555fe commit 36db604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/slather/coverage_service/coveralls_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@
before(:each) { fixtures_project.ci_service = :travis_ci }

it "should return valid json for coveralls coverage profdata data" do
project_root = Pathname("./").realpath
fixtures_project.stub(:travis_job_id).and_return("9182")
fixtures_project.stub(:profdata_llvm_cov_output).and_return("/Users/civetta/Works/Personal/slather/viteinfinite-slather/spec/fixtures/fixtures/fixtures.m:
fixtures_project.stub(:profdata_llvm_cov_output).and_return("#{project_root}/spec/fixtures/fixtures/fixtures.m:
| 1|//
| 2|// fixtures.m
| 3|// fixtures
Expand Down

0 comments on commit 36db604

Please sign in to comment.