mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Use rspec 3.0!
This commit is contained in:
parent
4971d1a6e1
commit
abd27673f4
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
|||
s.summary = 'Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.'
|
||||
|
||||
s.add_development_dependency('webmock', '~> 2.0')
|
||||
s.add_development_dependency('rspec', '~> 2.99')
|
||||
s.add_development_dependency('rspec', '~> 3.0')
|
||||
s.add_development_dependency('pry', '~> 0')
|
||||
s.add_development_dependency('pry-doc', '~> 0')
|
||||
s.add_development_dependency('rdoc', '>= 2.4.2', '< 5.0')
|
||||
|
|
|
@ -5,7 +5,7 @@ require_relative './helpers'
|
|||
|
||||
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
|
||||
RSpec.configure do |config|
|
||||
config.treat_symbols_as_metadata_keys_with_true_values = true
|
||||
config.raise_errors_for_deprecations!
|
||||
|
||||
# Run specs in random order to surface order dependencies. If you find an
|
||||
# order dependency and want to debug it, you can fix the order by providing
|
||||
|
|
Loading…
Reference in a new issue