search for: dkmac

Displaying 2 results from an estimated 2 matches for "dkmac".

Did you mean: dkma
2010 Oct 27
4
Anything special needed to migrate test::unit tests from Rails 2x to Rails3?
Looks like I''ve gotten my app upgraded successfully, at least in the browser. When I ''rake test'' I get no love. I know I can start digging through the Rails rake tasks, first want to see if anyone has an idea what is going on: DKMac:creditcompare3 DK$ rake test (in /Users/DK/Documents/ror/projects/creditcompare3) DKMac:creditcompare3 DK$ (requesting verbose fares just as badly using TESTOPTS="-v") Not even an error! I would be happy with an error! Also tried the old single test file with same result: DKMac:credit...
2010 Aug 17
0
Installing selenium-on-rails - error on rake test
I''m following the instructions on installing Selenium on rails: "Run the Rakefile in the plugin???s directory to run the tests in order to see that everything works" When I rake: DKMac:selenium-on-rails DK$ rake test I get the following error: /Users/DK/.rvm/gems/ruby-1.8.7-p174/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:105:in `const_missing'': uninitialized constant ActionView::Base::Helpers (NameError) Am I correct in running the rake task directly...