bitcoin_testnet 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
data/lib/bitcoin_testnet.rb
CHANGED
@@ -20,7 +20,9 @@ module BitcoinTestnet
|
|
20
20
|
private
|
21
21
|
|
22
22
|
def should_perform?
|
23
|
-
cassette_exists?
|
23
|
+
return true if !cassette_exists? && allow_unused_http_interactions?
|
24
|
+
return true if !cassette_exists?
|
25
|
+
false
|
24
26
|
end
|
25
27
|
|
26
28
|
def cassette_exists?
|