diff options
Diffstat (limited to 'actionpack/test/dispatch/system_testing/browser_test.rb')
| -rw-r--r-- | actionpack/test/dispatch/system_testing/browser_test.rb | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/actionpack/test/dispatch/system_testing/browser_test.rb b/actionpack/test/dispatch/system_testing/browser_test.rb deleted file mode 100644 index b0ad309492..0000000000 --- a/actionpack/test/dispatch/system_testing/browser_test.rb +++ /dev/null @@ -1,10 +0,0 @@ -require "abstract_unit" -require "action_dispatch/system_testing/browser" - -class BrowserTest < ActiveSupport::TestCase -  test "initializing the browser" do -    browser = ActionDispatch::SystemTesting::Browser.new(:chrome, [ 1400, 1400 ]) -    assert_equal :chrome, browser.instance_variable_get(:@name) -    assert_equal [ 1400, 1400 ], browser.instance_variable_get(:@screen_size) -  end -end | 
