On Nov 10, 6:58 am, "s.ross" <[EMAIL PROTECTED]> wrote:
> Hello--
>
> > So, what do you recommend for learning to do BDD with javascript?  
> > Which
> > frameworks, books, screencasts, etc?
>
> Wise of you to ask. I'll be curious to hear what others are using.  
> I've settled on jsspec for right now. It's not perfect, and it's not  
> at all integrated into the Rails test tasks, but it's pretty natural  
> when you are using rSpec for your Ruby code to use something with  
> similar syntactic sugar. You may want to have a read of this thread  
> re: screw.unit:
>
I use the  Test.Unit framework that prototype uses for its unit tests
(you'll need to get the full package off the prototype website/git
repository for this) together with an updated version of the
javascript_test plugin (which lets you do stuff like rake
test:javacripts to run all of them rake test:javascripts TESTS=foo,bar
to run just those test suites etc...)

Fred
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to