I'm testing the filter on a table. One of the filter options is "Show All". So for my other tests I've been looping through the rows and seeing if the table cell that contains the status doesn't include text (cell.should_not == 'Active').
However when the filter is set to all it can include any of the three statuses (Active, Inactive, Deleted). Using any of the rspec matchers how can I validate this?
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users