Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Update rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Prskavec committed Apr 15, 2016
1 parent 5cc4fc1 commit 1855278
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ end

desc "Run all specs"
RSpec::Core::RakeTask.new(:spec) do |t|
t.fail_on_error = false
t.verbose = true
end

Expand Down
2 changes: 1 addition & 1 deletion apiary.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency "json", "~> 1.8"

gem.add_development_dependency "rspec", "~> 3.2"
gem.add_development_dependency "rspec", "~> 3.2.0"
gem.add_development_dependency "webmock", "~> 1.20"
gem.add_development_dependency "yard", "~> 0.8"
gem.add_development_dependency "aruba", ">= 0.6.2", "< 0.7.0"
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
end

Dir.glob(::File.expand_path('../support/*.rb', __FILE__)).each { |f| require_relative f }

0 comments on commit 1855278

Please sign in to comment.