Skip to content

Commit

Permalink
fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzido committed Oct 10, 2017
1 parent 4d8d1b0 commit e5f2b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
require 'java'
java.lang.System.setProperty('mondrian.olap.SsasCompatibleNaming', 'true')

require_relative '../lib/mondrian_rest.rb'

require 'coveralls'
Coveralls.wear!

require_relative '../lib/mondrian_rest.rb'

def _download(url)
uri = URI.parse(url)
Net::HTTP.start(uri.host, uri.port, :use_ssl => true) do |http|
Expand Down

0 comments on commit e5f2b55

Please sign in to comment.