Skip to content

Commit

Permalink
Update dev dependencies to Rspec 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepycat committed Aug 18, 2014
1 parent b4bbfee commit ef3709c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bandcamp_api.gemspec
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.add_development_dependency("rspec")
gem.add_runtime_dependency("multi_json")
gem.add_development_dependency "rspec", '~> 3.0', '>= 3.0.0'
gem.add_development_dependency 'rspec-collection_matchers', '~> 1.0', '>= 1.0.0'
gem.add_runtime_dependency "multi_json", '~> 1.10', '>= 1.10.1'
end
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,3 +1,3 @@
$:.unshift(File.expand_path('../lib', File.dirname(__FILE__)))
$:.unshift(File.expand_path('./spec/support'))

require 'rspec/collection_matchers'

0 comments on commit ef3709c

Please sign in to comment.