> So what, then is the advantage of using Capybara over the standard > ::Behavior classes? Is it tremendously better to start with Capybara first? > Nigel, Capybara provides a bunch of useful helper methods for the test libraries to interact with rails and the DOM, e.g. click_link, visit, fill_in etc. Uses rack_test as the default driver but you can also use selenium, webkit, poltergeist etc.
See: http://rubydoc.info/github/jnicklas/capybara/master -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rails-oceania?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
