Skip to content

Commit

Permalink
Remove circular reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoack committed Jul 13, 2016
1 parent 4615bd9 commit abb0d9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/geokit-rails/railtie.rb
@@ -1,4 +1,3 @@
require 'geokit-rails'
require 'rails'

module Geokit
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -10,7 +10,7 @@
require 'coveralls'
Coveralls.wear!

SimpleCov.formatters = [
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::RcovFormatter,
Coveralls::SimpleCov::Formatter
]
Expand Down

0 comments on commit abb0d9c

Please sign in to comment.