Skip to content

Instantly share code, notes, and snippets.

@igor972
Created November 28, 2014 20:34
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 igor972/d8a22c7fa83e5b775d56 to your computer and use it in GitHub Desktop.
Save igor972/d8a22c7fa83e5b775d56 to your computer and use it in GitHub Desktop.
08:26:29 /vagrant/projects/casa_do_codigo_tdd_com_ruby/o_problema_dos_numeros_romanos$ ruby -v
ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]
08:26:35 /vagrant/projects/casa_do_codigo_tdd_com_ruby/o_problema_dos_numeros_romanos$ ruby tests/conversor_de_numero_romano_test.rb
Warning: you should require 'minitest/autorun' instead.
Warning: or add 'gem "minitest"' before 'require "minitest/autorun"'
From:
/home/vagrant/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/test/unit.rb:1:in `<top (required)>'
tests/conversor_de_numero_romano_test.rb:1:in `<main>'
MiniTest::Unit::TestCase is now Minitest::Test. From /home/vagrant/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/test/unit/testcase.rb:8:in `<module:Unit>'
/home/vagrant/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/test/unit.rb:676:in `<class:Runner>': undefined method `_run_suite' for class `Test::Unit::Runner' (NameError)
from /home/vagrant/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/test/unit.rb:261:in `<module:Unit>'
from /home/vagrant/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/test/unit.rb:15:in `<module:Test>'
from /home/vagrant/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/test/unit.rb:7:in `<top (required)>'
from /home/vagrant/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /home/vagrant/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from tests/conversor_de_numero_romano_test.rb:1:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment