Skip to content

Commit

Permalink
Fix where coverage folder is being output for generated apps
Browse files Browse the repository at this point in the history
  • Loading branch information
robwise committed Jan 26, 2016
1 parent 543ae70 commit 9244ea1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@
SimpleCov.start("rails") do
# Consider the entire gem project as the root
# (typically this will be the folder named "react_on_rails")
gem_root_path = File.expand_path("../../../../.", __FILE__)
gem_root_path = File.expand_path("../../../../../.", __FILE__)
root gem_root_path

# Don't report anything that has "spec" in the path
Expand Down

0 comments on commit 9244ea1

Please sign in to comment.