Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Sep 7, 2017
1 parent 156e776 commit 6f7e2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -14,7 +14,7 @@
end

# for correct coverage report we need to load all ruby files
SimpleCov.track_files("#{root_locaiton}/**/src/**/*.rb")
SimpleCov.track_files("#{root_location}/**/src/**/*.rb")

# use coveralls for on-line code coverage reporting at Travis CI
if ENV["TRAVIS"]
Expand Down

0 comments on commit 6f7e2b1

Please sign in to comment.