Skip to content

Commit

Permalink
Merge de58018 into 55b041c
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 14, 2018
2 parents 55b041c + de58018 commit af8f86a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
require 'locator_spec_helper'
require 'rspec'

if ENV['TRAVIS']
if ENV['TRAVIS'] || ENV['APPVEYOR']
require 'rspec/retry'
RSpec.configure do |config|
config.verbose_retry = true
Expand Down
2 changes: 0 additions & 2 deletions spec/unit/logger_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ module Watir
Watir.logger.output = 'test.log'
Watir.logger.warn('message')
expect(File.read('test.log')).to include('WARN Watir message')
ensure
File.delete('test.log')
end
end

Expand Down

0 comments on commit af8f86a

Please sign in to comment.