Moving to minitest v4.6.

This commit is contained in:
Parker Moore 2013-02-28 21:30:07 +01:00
parent 11fd88e11c
commit 57bfa12305
2 changed files with 3 additions and 11 deletions

View File

@ -3,5 +3,5 @@ source "https://rubygems.org"
gem "rake", "~> 10.0"
group :test do
gem "rspec"
gem "minitest", "~> 4.6"
end

View File

@ -1,20 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.1.3)
minitest (4.6.2)
rake (10.0.3)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.2)
PLATFORMS
ruby
DEPENDENCIES
minitest (~> 4.6)
rake (~> 10.0)
rspec