From: Misha Ognev Date: 2011-03-27T19:09:17+09:00 Subject: Problems with autotest Hello! I have Ubuntu 10.10, RVM installed on it, -v 1.5.2 and ruby 1.9.2, gem -v 1.6.2, this gem list: *** LOCAL GEMS *** abstract (1.0.0) actionmailer (3.0.5, 3.0.0) actionpack (3.0.5, 3.0.0) activemodel (3.0.5, 3.0.0) activerecord (3.0.5, 3.0.0) activeresource (3.0.5, 3.0.0) activesupport (3.0.5, 3.0.0) arel (2.0.9, 1.0.1) autotest (4.4.6) autotest-rails-pure (4.1.2) builder (2.1.2) bundler (1.0.10) cucumber (0.10.2) diff-lcs (1.1.2) erubis (2.6.6) gherkin (2.3.5) i18n (0.5.0, 0.4.2) json (1.5.1) mail (2.2.15) mime-types (1.16) nokogiri (1.4.4) polyglot (0.3.1) rack (1.2.2) rack-mount (0.6.14) rack-test (0.5.7) rails (3.0.5, 3.0.0) railties (3.0.5, 3.0.0) rake (0.8.7) redgreen (1.2.2) rspec (2.5.0) rspec-core (2.5.1) rspec-expectations (2.5.0) rspec-mocks (2.5.0) rspec-rails (2.5.0) sqlite3 (1.3.3) sqlite3-ruby (1.3.3) term-ansicolor (1.0.5) thor (0.14.6) treetop (1.4.9) tzinfo (0.3.25) webrat (0.7.3) ZenTest (4.5.0) So, when I cd to my path and run a command "autotest", I read this: root@PC:/home/misha/rails/sample_app# autotest loading autotest/rails_rspec2 /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': no such file to load -- test/unit/ui/console/testrunner (LoadError) from /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from /usr/local/rvm/gems/ruby-1.9.2-p180@basicdev/gems/redgreen-1.2.2/lib/redgreen.rb:2:in `' from /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:58:in `require' from /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:58:in `rescue in require' from /usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require' from /root/.autotest:2:in `' from /usr/local/rvm/gems/ruby-1.9.2-p180@basicdev/gems/ZenTest-4.5.0/lib/autotest.rb:311:in `load' from /usr/local/rvm/gems/ruby-1.9.2-p180@basicdev/gems/ZenTest-4.5.0/lib/autotest.rb:311:in `block in initialize' from /usr/local/rvm/gems/ruby-1.9.2-p180@basicdev/gems/ZenTest-4.5.0/lib/autotest.rb:310:in `each' from /usr/local/rvm/gems/ruby-1.9.2-p180@basicdev/gems/ZenTest-4.5.0/lib/autotest.rb:310:in `initialize' from /usr/local/rvm/gems/ruby-1.9.2-p180@basicdev/gems/rspec-core-2.5.1/lib/autotest/rspec2.rb:11:in `initialize' from /usr/local/rvm/gems/ruby-1.9.2-p180@basicdev/gems/rspec-rails-2.5.0/lib/autotest/rails_rspec2.rb:31:in `initialize' from /usr/local/rvm/gems/ruby-1.9.2-p180@basicdev/gems/ZenTest-4.5.0/lib/autotest.rb:241:in `new' from /usr/local/rvm/gems/ruby-1.9.2-p180@basicdev/gems/ZenTest-4.5.0/lib/autotest.rb:241:in `run' from /usr/local/rvm/gems/ruby-1.9.2-p180@basicdev/gems/ZenTest-4.5.0/bin/autotest:6:in `' from /usr/local/rvm/gems/ruby-1.9.2-p180@basicdev/bin/autotest:19:in `load' from /usr/local/rvm/gems/ruby-1.9.2-p180@basicdev/bin/autotest:19:in `
' Where is the error? What I must to do? Thanks in advance, misha -- Posted via http://www.ruby-forum.com/.