Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Oct 5, 2014
1 parent 4b3d831 commit 9c827d7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
$: << File.expand_path('..', __FILE__)
require 'gratan'
require 'tempfile'

IGNORE_USER = /\A(|root)\z/

if ENV['TRAVIS']
require 'simplecov'
Expand All @@ -14,6 +10,11 @@
end
end

require 'gratan'
require 'tempfile'

IGNORE_USER = /\A(|root)\z/

RSpec.configure do |config|
config.before(:each) do
clean_grants
Expand Down

0 comments on commit 9c827d7

Please sign in to comment.