Skip to content

Commit

Permalink
Update rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Aug 23, 2017
1 parent c276dd5 commit cc8c4d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sinatra-jsonp.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.add_dependency "sinatra", "~> 1.0"
s.add_dependency "multi_json", "~> 1.8"

s.add_development_dependency 'rspec', '~> 2.3'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rake', '>= 0'
s.add_development_dependency 'sinatra-contrib', '~> 1.0'
s.add_development_dependency 'test-unit', '~> 3.0.9'
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -2,7 +2,7 @@
require 'sinatra/jsonp'

RSpec.configure do |config|
config.expect_with :rspec, :stdlib
config.expect_with :rspec
config.include Sinatra::TestHelpers
end

Expand Down

0 comments on commit cc8c4d7

Please sign in to comment.