Skip to content

Commit

Permalink
Quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
wapcaplet committed Apr 5, 2012
1 parent 1e97016 commit 49cb6f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/rsel/selenium_test.rb
Expand Up @@ -44,10 +44,10 @@ class SeleniumTest
# `true` or `'true'` to abort the test when a failure occurs;
# `false` or `'false'` to continue execution when failure occurs.
# @option options [String, Integer] :study
# How many steps have to be done at once to force studying. Default
# is `Never` (0). Other accepted strings are `Always` (1), `Auto` (matic)
# (10 for most browsers and 1 for Internet Explorer), or an integer.
# Unrecognized strings result in the default.
# How many steps have to be done at once to force studying. Default is
# `'Never'` (0). Other accepted strings are `'Always'` (1), `'Auto'`
# (matic) (10 for most browsers and 1 for Internet Explorer), or an
# integer. Unrecognized strings result in the default.
# @option options [String, Integer] :timeout
# Default timeout in seconds. This determines how long the `open` method
# will wait for the page to load, as well as the default timeout for
Expand Down

0 comments on commit 49cb6f2

Please sign in to comment.