We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198cbc5 commit 701bb83Copy full SHA for 701bb83
test/browserstack-local-test.rb
@@ -1,5 +1,4 @@
1
require 'rubygems'
2
-require 'securerandom'
3
require 'minitest'
4
require 'minitest/autorun'
5
require 'browserstack/local'
@@ -10,12 +9,12 @@ def setup
10
9
end
11
12
def test_check_pid
13
- @bs_local.start({"localIdentifier" => SecureRandom.hex})
+ @bs_local.start
14
refute_nil @bs_local.pid, 0
15
16
17
def test_is_running
18
19
assert_equal true, @bs_local.isRunning
20
21
0 commit comments