ruby - Rails "MiniTest v1.6.0 is out of date. (RuntimeError)" error -



ruby - Rails "MiniTest v1.6.0 is out of date. (RuntimeError)" error -

i'm using ruby 1.9.2 , rails 3.1.1 on windows 7. tried running rake test command, maintain getting error:

`<top (required)>': minitest v1.6.0 out of date. (runtimeerror) `gem install minitest` , add together `gem 'minitest' test helper.

i tried using gem install minitest, added gem "minitest" gem file , ran bundle install. nil worked. tried running bundle exec rake test, failed too. i'm still getting same error. gem file has this:

group :test # pretty printed test output gem 'turn', :require => false gem "minitest" end

any ideas i've gone wrong? total pastie of error: http://www.pastie.org/3214398

running gem query returns minitest: minitest (2.10.1, 1.6.0)

i have found several people have had issue before, none of posted solutions have worked me.

i've seen 2 solutions this: first gem uninstall minitest --version 1.6.0, , that'll create sure minitest have up-to-date one.

the sec bundle exec rake test - run rake test using gems in gemfile.

ruby-on-rails ruby ruby-on-rails-3

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -