Skip to content

Commit 8c73714

Browse files
committed
Removing more ruby 2 conditionals
1 parent 057fc37 commit 8c73714

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/fabric/ec_crypto_suite_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@
273273
end
274274

275275
it 'creates a matching public key' do
276-
skip('Test unsupported on ruby 2.x') if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3.0.0')
277276
private_pkey = OpenSSL::PKey::EC.generate(crypto_suite.curve)
278277
public_pem = private_pkey.public_to_pem
279278

0 commit comments

Comments
 (0)