On Thu, Feb 2, 2012 at 6:36 PM, Hugh McGowan <colinsda...@gmail.com> wrote:

> Hi Jari,
>
> I made the changes you recommended but I think there's still a dangling
> issue. In a few cases I had to do different deviations for :ie8 and :ie9.
> This is fine and they seem to work well, but these tests won't get run on
> implementation.rb files that just specify :ie (meaning they handle :ie but
> they don't have :ie8 or :ie9 handled).
>
>
deviates_on is meant to have a corresponding not_compliant_on block,
essentially duplicating the original spec with a "deviation" - a small
change that describes the behaviour of the deviating implementation. If you
only add deviates_on, then those blocks are only run for the guarded
implementation. Or did I misunderstand? If so, please give some code
examples of the problem.
_______________________________________________
Wtr-development mailing list
Wtr-development@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to