Skip to content

Instantly share code, notes, and snippets.

@floehopper
Created June 1, 2017 17:16
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 floehopper/04932acac85ab89dcf975c8af9bef2db to your computer and use it in GitHub Desktop.
Save floehopper/04932acac85ab89dcf975c8af9bef2db to your computer and use it in GitHub Desktop.
Test libraries bundled in Ruby v2.4.1
$ ruby -v
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin14]
$ irb
irb> require "minitest"
=> true
irb> Minitest::VERSION
=> "5.10.1"
irb> require "test/unit/version"
=> true
irb> Test::Unit::VERSION
=> "3.2.3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment