Update to ruby/spec@d56bd0f
This commit is contained in:
parent
b09618e566
commit
7d8cfa0a40
@ -1,6 +1,7 @@
|
||||
require_relative '../../../spec_helper'
|
||||
require 'openssl'
|
||||
|
||||
guard -> { OpenSSL::OPENSSL_VERSION_NUMBER >= 0x10100000 } do
|
||||
describe "OpenSSL::KDF.scrypt" do
|
||||
before :each do
|
||||
@defaults = {
|
||||
@ -205,3 +206,4 @@ describe "OpenSSL::KDF.scrypt" do
|
||||
}.should raise_error(ArgumentError, "negative string size (or size too big)")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user