Skip to content

Commit

Permalink
Use wear!
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Dec 21, 2016
1 parent 829ff52 commit 03247f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
# users commonly want.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
require 'xctracker'
require 'coveralls'
Coveralls.wear_merged!
SimpleCov.merge_timeout 3600
Coveralls.wear!

require 'xctracker'

RSpec.configure do |config|
# rspec-expectations config goes here. You can use an alternate
Expand Down Expand Up @@ -50,7 +50,7 @@
# compatibility in RSpec 3). It causes shared context metadata to be
# inherited by the metadata hash of host groups and examples, rather than
# triggering implicit auto-inclusion in groups with matching metadata.
config.shared_context_metadata_behavior = :apply_to_host_groups
#config.shared_context_metadata_behavior = :apply_to_host_groups

# The settings below are suggested to provide a good initial experience
# with RSpec, but feel free to customize to your heart's content.
Expand Down

0 comments on commit 03247f9

Please sign in to comment.