mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
get rid of stdlib warning
This commit is contained in:
parent
5aa53e6344
commit
79108a7d2f
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ ENV['RACK_ENV'] = 'test'
|
|||
require 'sinatra/contrib'
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.expect_with :rspec, :stdlib
|
||||
config.expect_with :rspec#, :stdlib
|
||||
config.include Sinatra::TestHelpers
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue