Skip to content

Commit

Permalink
Add run count for initial load cover.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Leitch committed Apr 5, 2013
1 parent a01b35c commit 61eaded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/halogen/railtie.rb
Expand Up @@ -16,7 +16,7 @@ class Railtie < Rails::Railtie
config.after_initialize do
if Halogen.enabled
result = Coverage.result(:retain => true)
Halogen.dispatch(result)
Halogen.dispatch(result, 0)
end
end
end
Expand Down

0 comments on commit 61eaded

Please sign in to comment.