On Sun, May 12, 2013 at 4:46 PM, Assaf Shomer <li...@ruby-forum.com> wrote:
> tamouse mailing lists wrote in post #1108701:
>> On Sun, May 12, 2013 at 3:11 PM, Assaf Shomer <li...@ruby-forum.com>
>> wrote:
>>> If you feel inclined to help, please clone the repo and run the test
>>> mentioned in the readme (or the full suite, which is very short). The
>>> test fails (at least for me) but if you run the app
>>> (http://localhost:3000/pages/input) the 'Clear' button does seem
>>> to be doing the right thing.
>>>
>>> Help?
>>
>> Just a quick glance, but you probably should move lines 10-16 (the
>> before and it blocks) inside their own describe block, as the before
>> block at line 10 is also running before every it in the other describe
>> blocks.
>
> Thanks. Moved test inside a describe block.
> Problem still remains though.

Both the before at line 10 through the end of the it test at line 16
need to be in their own describe block, not just the test.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to