Zach Dennis wrote:

> In my experience relying on the syntactic details of the page is
> extremely brittle and cumbersome. ... Some tags have both syntactic
> and semantic meaning, such as forms, labels, fieldsets, and anchor tags.
> 

Is it "brittle" to test for specific css selectors that are tied to page 
details?  A typical case is where one has a button to drive in webrat 
and instead of using the button text we use the associated id value 
instead.
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to