John Barnette wrote: > I'd try relaxing your gem requirement (above), or manually installing > cucumber 0.3.0, e.g.,
Thanks John, I went back and tried this and it did help resolve the dependency issue, however i still find myself unable to run the tests: ~/code/tradertips(with_clearance) $ rake test (in /home/keith/workspace/tradertips) /usr/bin/ruby1.8 -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/unit/clearance_mailer_test.rb" "test/unit/mailer_test.rb" "test/unit/helpers/passwords_helper_test.rb" "test/unit/helpers/users_helper_test.rb" "test/unit/helpers/confirmations_helper_test.rb" "test/unit/helpers/home_helper_test.rb" "test/unit/helpers/invites_helper_test.rb" "test/unit/helpers/sessions_helper_test.rb" "test/unit/user_test.rb" "test/unit/invite_test.rb" /home/keith/workspace/tradertips/vendor/rails/activesupport/lib/active_support/dependencies.rb:443:in `load_missing_constant': uninitialized constant Clearance::Test (NameError) from /home/keith/workspace/tradertips/vendor/rails/activesupport/lib/active_support/dependencies.rb:80:in `const_missing' from ./test/unit/clearance_mailer_test.rb:5 from /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `load' from /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5 from /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `each' from /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5 /usr/bin/ruby1.8 -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/passwords_controller_test.rb" "test/functional/confirmations_controller_test.rb" "test/functional/invites_controller_test.rb" "test/functional/home_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/users_controller_test.rb" /home/keith/workspace/tradertips/vendor/rails/activesupport/lib/active_support/dependencies.rb:443:in `load_missing_constant': uninitialized constant Clearance::Test (NameError) from /home/keith/workspace/tradertips/vendor/rails/activesupport/lib/active_support/dependencies.rb:80:in `const_missing' from ./test/functional/passwords_controller_test.rb:8 from /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `load' from /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5 from /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `each' from /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5 /usr/bin/ruby1.8 -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" Errors running test:units and test:functionals! I'm assuming this might be a Clearance issue now? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

