Displaying 1 result from an estimated 1 matches for "jdrampag".
Did you mean:
jdrampage
2010 Dec 15
5
Having trouble testing :( "superclass mismatch" and can't load "test_helper"
...;no
such file to load" error, and if I try rake test:units or ruby unit/
article_test.rb I get this odd "superclass mismatch for class
ArticlesController" error!
I''m hoping I can get this settled...
My test files were generated by the generator...
C:\Users\Family\workspace\jdrampage\test\unit>ruby article_test.rb
C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'': no such file to load -- test_helper
(LoadError)
from C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:31:in `require''
from art...