We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4d926 commit 75b6f67Copy full SHA for 75b6f67
test/browserstack-local-test.rb
@@ -17,13 +17,13 @@ def test_is_running
17
assert_equal true, @bs_local.isRunning
18
end
19
20
- # def test_multiple_binary
21
- # @bs_local.start({'key' => ENV["BROWSERSTACK_ACCESS_KEY"]})
22
- # bs_local_2 = BrowserStack::Local.new
23
- # assert_raises BrowserStack::LocalException do
24
- # bs_local_2.start({'key' => ENV["BROWSERSTACK_ACCESS_KEY"]})
25
- # end
26
+ def test_multiple_binary
+ @bs_local.start({'key' => ENV["BROWSERSTACK_ACCESS_KEY"]})
+ bs_local_2 = BrowserStack::Local.new
+ assert_raises BrowserStack::LocalException do
+ bs_local_2.start({'key' => ENV["BROWSERSTACK_ACCESS_KEY"]})
+ end
27
28
def test_enable_verbose
29
@bs_local.add_args('v')
0 commit comments