diff options
author | eileencodes <eileencodes@gmail.com> | 2017-02-10 09:13:48 -0500 |
---|---|---|
committer | eileencodes <eileencodes@gmail.com> | 2017-02-20 15:07:34 -0500 |
commit | 893c3b6282bc87c1f07a1f4084de8ff6709917b1 (patch) | |
tree | 8b7827330171c01369a2272fc6b78ef940ba0898 /actionsystemtest/lib/action_system_test/browser.rb | |
parent | 3dfbe7e4e5057d56c636b8231e8d00a06a15796b (diff) | |
download | rails-893c3b6282bc87c1f07a1f4084de8ff6709917b1.tar.gz rails-893c3b6282bc87c1f07a1f4084de8ff6709917b1.tar.bz2 rails-893c3b6282bc87c1f07a1f4084de8ff6709917b1.zip |
Update documentation and guides
Update the documentation after rewriting a majority of the functionality
for system testing.
Diffstat (limited to 'actionsystemtest/lib/action_system_test/browser.rb')
-rw-r--r-- | actionsystemtest/lib/action_system_test/browser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionsystemtest/lib/action_system_test/browser.rb b/actionsystemtest/lib/action_system_test/browser.rb index 09b72721c5..220d8b6807 100644 --- a/actionsystemtest/lib/action_system_test/browser.rb +++ b/actionsystemtest/lib/action_system_test/browser.rb @@ -1,5 +1,5 @@ module ActionSystemTest - class Browser + class Browser # :nodoc: def initialize(name, screen_size) @name = name @screen_size = screen_size |