[...] rebuilt the assertion to use CSS3 selectors (with a few clever additions). Suddently the code is simpler, more idiomatic, and more featureful. And that’s just what [...]
[...] Voor de Railzers onder ons, er is een “cheat sheet” voor assert_select. Assert_select laat je toe de responses van je applicatie te testen op de inhoud (er moet een “div” zijn, er moet een “title” zijn, maar ook “er moet een div met daarin 2 tables, zijn, met een row in de tweede table die als Id xxx heeft, en inhoud yyy”). Zie deze link. [...]
[...] out this is easy (I should have known). I found the answer on this Cheat Sheet. The assert_select test helper accepts an equality? parameter, so give it false and it ensures [...]
[...] C’est là qu’intervient l’excellente cheat sheet créée par Assaf Arkin de Labnotes. Indispensable Cet article a été écrit par Christian, soumis le 26 novembre 2008 à [...]
Labnotes » assert_select plugin for Rails
Balance On Rails : Rails 1.2 RC1: Novidades em ActiveRecord, Action Pack e Active Support
Rails 1.2.1 Impression – Push cx
Undefine method assert_select
assert_select cheat sheet at random
Coffee, Code and Candor » Blog Archive » Asserting a Rails controller response doesn’t contain certain content
RSpec have_tag et Rails assert_select cheat sheet – 6502.fr