README.md in capybara-jasmine-0.1.1 vs README.md in capybara-jasmine-0.1.2
- old
+ new
@@ -1,8 +1,10 @@
# Capybara-Jasmine
This gem uses Capybara to run Jasmine specs. Request a page once, run many JS specs. Works with RSpec and [Jasmine AJAX](https://github.com/jasmine/jasmine-ajax).
+Please see [Capybara-Jasmine Demo](https://github.com/georgeu2000/capybara-jasmine-demo) to see how to integrate into an app.
+
##Why?
Capybara is a powerful tool, but I find it very tedious and slow, especially for JS testing. This is mostly due to the fact that loading a page for each spec is very time consuming.
Being able to write Jasmine specs and run them with the RSpec suite is flexible and fast: write Capybara specs for simple things, but Jasmine is perfect for JS unit tests, on-page JS functionality and AJAX requests.