Skip to content

Commit 701bb83

Browse files
committed
Remove secureandom
1 parent 198cbc5 commit 701bb83

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/browserstack-local-test.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require 'rubygems'
2-
require 'securerandom'
32
require 'minitest'
43
require 'minitest/autorun'
54
require 'browserstack/local'
@@ -10,12 +9,12 @@ def setup
109
end
1110

1211
def test_check_pid
13-
@bs_local.start({"localIdentifier" => SecureRandom.hex})
12+
@bs_local.start
1413
refute_nil @bs_local.pid, 0
1514
end
1615

1716
def test_is_running
18-
@bs_local.start({"localIdentifier" => SecureRandom.hex})
17+
@bs_local.start
1918
assert_equal true, @bs_local.isRunning
2019
end
2120

0 commit comments

Comments
 (0)