Skip to content

Commit

Permalink
Fix order of loading files in tests, fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Jun 25, 2017
1 parent e205d0e commit 9b989e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_helper.rb
Expand Up @@ -66,6 +66,9 @@

Coveralls.noisy = true unless ENV["CI"]
end

# load everything
require "pluginator"
# Ensure all files are counted in
Dir[lib+"/**/*.rb"].each{|file| require file }

Expand Down

0 comments on commit 9b989e6

Please sign in to comment.