You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: you should require 'minitest/autorun' instead.
From /Users/murphy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/Users/murphy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/Users/murphy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/test/unit.rb:3:in `<top (required)>'
/Users/murphy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/Users/murphy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/Users/murphy/ruby/rspec_kata/spec/reservation_service_spec.rb:1:in `<top (required)>'
/Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/configuration.rb:896:in `load'
/Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/configuration.rb:896:in `block in load_spec_files'
/Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/configuration.rb:896:in `each'
/Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/configuration.rb:896:in `load_spec_files'
/Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/command_line.rb:22:in `run'
/Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/runner.rb:80:in `run'
/Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/runner.rb:17:in `block in autorun'
MiniTest::Unit::TestCase is now Minitest::Test. From /Users/murphy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/test/unit/testcase.rb:8:in `<module:Unit>'
/Users/murphy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/test/unit.rb:670:in `<class:Runner>': undefined method `_run_suite' for class `Test::Unit::Runner' (NameError)
from /Users/murphy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/test/unit.rb:255:in `<module:Unit>'
from /Users/murphy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/test/unit.rb:9:in `<module:Test>'
from /Users/murphy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/test/unit.rb:8:in `<top (required)>'
from /Users/murphy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /Users/murphy/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /Users/murphy/ruby/rspec_kata/spec/reservation_service_spec.rb:1:in `<top (required)>'
from /Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/configuration.rb:896:in `load'
from /Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/configuration.rb:896:in `block in load_spec_files'
from /Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/configuration.rb:896:in `each'
from /Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/configuration.rb:896:in `load_spec_files'
from /Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/command_line.rb:22:in `run'
from /Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/runner.rb:80:in `run'
from /Users/murphy/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.4/lib/rspec/core/runner.rb:17:in `block in autorun'
Uninstalling all minitest gems fixed this.
The text was updated successfully, but these errors were encountered:
When I ran
rspec
, I got:Uninstalling all minitest gems fixed this.
The text was updated successfully, but these errors were encountered: