Remove comment [ci skip]

This commit is contained in:
Zachary Scott 2015-04-26 20:00:08 -07:00
parent 15e2a2c613
commit 7a232c95f3
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ ENV['RACK_ENV'] = 'test'
require 'sinatra/contrib'
RSpec.configure do |config|
config.expect_with :rspec#, :stdlib
config.expect_with :rspec
config.include Sinatra::TestHelpers
end