Skip to content
Snippets Groups Projects
Commit f04db1f7 authored by Francis Luong (Franco)'s avatar Francis Luong (Franco)
Browse files

Merge pull request #75 from bluemonk/get-rake-test-working

add minitest to development group in Gemfile
parents dbbc5b29 7392b377
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,4 @@ server.rb
*.sw?
/tmp/
/_yardoc/
.idea/
source "https://rubygems.org"
gemspec
group :development do
gem 'minitest', '~> 5.8', '>= 5.8.4'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment