Skip to content

Commit

Permalink
install-selenium
Browse files Browse the repository at this point in the history
# Integration Testing

It's not a real application without tests.  We're going to use [Selenium](http://seleniumhq.org/) to do some integration testing.

We've forked selenium-on-rails to add a couple of helper functions.  Install our fork using

    $ git submodule add git://github.com/bryanlarsen/selenium-on-rails.git vendor/plugins/selenium-on-rails
  • Loading branch information
bryanlarsen committed Feb 19, 2010
1 parent 1034f09 commit 503f741
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -1,3 +1,6 @@
[submodule "vendor/plugins/acts_as_list"]
path = vendor/plugins/acts_as_list
url = git://github.com/rails/acts_as_list.git
[submodule "vendor/plugins/selenium-on-rails"]
path = vendor/plugins/selenium-on-rails
url = git://github.com/bryanlarsen/selenium-on-rails.git
1 change: 1 addition & 0 deletions vendor/plugins/selenium-on-rails
Submodule selenium-on-rails added at ff6b05

0 comments on commit 503f741

Please sign in to comment.