Skip to content

Commit

Permalink
Tests running in random order.
Browse files Browse the repository at this point in the history
  • Loading branch information
prodis committed Aug 15, 2012
1 parent 8909a3d commit b7944f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/spec_helper.rb
@@ -1,14 +1,13 @@
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'correios-frete'
require 'rspec'
require 'webmock/rspec'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
RSpec.configure do |config|
config.order = "random"
end

WebMock.disable_net_connect!

0 comments on commit b7944f0

Please sign in to comment.