Skip to content

Commit

Permalink
try order change
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Apr 25, 2019
1 parent 5d45dfa commit 867a6f2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions spec/spec_helper.rb
@@ -1,14 +1,13 @@
# frozen_string_literal: true

require 'rspec/expectations'
require 'webdrivers' if ENV['CI']
require 'selenium_statistics'
if ENV['CI']
require 'coveralls'
Coveralls.wear!
end

require 'rspec/expectations'
require 'capybara/spec/spec_helper'
require 'webdrivers' if ENV['CI']
require 'selenium_statistics'

module Capybara
module SpecHelper
Expand Down

0 comments on commit 867a6f2

Please sign in to comment.