vote up 0 vote down star

I want to use Peter Marklund's html test plugin to automatically validate all of my HTML pages. I'm following his README instructions and have installed the plugin successfully. However, when I use his "assert_validates" method in a test, I get the following error message:

NameError: uninitialized constant Html::Test::Validator::RailsTidy

To me this looks like the plugin isn't being loaded (and thus the classes/methods aren't avilable). Is there something that I need to do (such as a "require", etc) in order to load/activate a plugin? I haven't done anything besides what I've described above. I get the feeling that there's something general I'm missing rather than something broken in the plugin itself. (If that's not the case, then I'll go to Peter for additional help.)

flag

1 Answer

vote up 3 vote down check

Do you need to also have the RailsTidy plugin, it's not clear from Peter's remarks if he pulled out the code that was needed or if you need both.

link|flag
Yup, installing RailsTidy did it; thanks a bunch. I'm going to ping Peter to update his README – Craig Walker Sep 27 at 17:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.