Skip to content

Commit 75b6f67

Browse files
committed
put back test
1 parent cd4d926 commit 75b6f67

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/browserstack-local-test.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ def test_is_running
1717
assert_equal true, @bs_local.isRunning
1818
end
1919

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-
# end
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+
end
2727

2828
def test_enable_verbose
2929
@bs_local.add_args('v')

0 commit comments

Comments
 (0)