Skip to content

Instantly share code, notes, and snippets.

@yuliantoeric
Created August 30, 2019 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuliantoeric/f5d31945fe4cbf79ba89f4c7f455ce45 to your computer and use it in GitHub Desktop.
Save yuliantoeric/f5d31945fe4cbf79ba89f4c7f455ce45 to your computer and use it in GitHub Desktop.
Rake + Minitest
source 'https://rubygems.org'
ruby '2.6.3'
gem 'rake', '~> 12.3.3'
gem 'minitest', '~> 5.11.3'
gem 'minitest-reporters', '~> 1.3.8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment