ericbeland / html_validation

HTML Validation done locally with HTML Tidy.
MIT License
34 stars 4 forks source link

PageValidations::HTMLValidation must be called outside RSpec, not only HTMLValidation #3

Closed jmuheim closed 10 years ago

jmuheim commented 10 years ago

Just wanted to point out that your README notes that, outside RSpec, HTMLValidation should be called. But it has to be PageValidations::HTMLValidation, or it won't be found.

ericbeland commented 10 years ago

Thanks for this! I updated the README.