On 9/27/07, Edgar Gonzalez <[EMAIL PROTECTED]> wrote: > Do I have to create a custom Expectation Matcher? > > or there is a way to integrate assert_valid_asset plugin? > > thx > -- > Edgar González González > -- > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users >
I'm sure you could hook into some kind of validator. I jumped on RubyForge and found http://rubyforge.org/projects/feedvalidator/. It kind of sucks because you'd depend on a web service for this...there have to be validators that you can run locally though, right? Pat _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
