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 057fc37 commit 399525cCopy full SHA for 399525c
Rakefile
@@ -2,7 +2,6 @@
2
3
require 'bundler/gem_tasks'
4
require 'rspec/core/rake_task'
5
-require 'rake/notes/rake_task'
6
7
RSpec::Core::RakeTask.new(:spec)
8
spec/fabric/ec_crypto_suite_spec.rb
@@ -273,7 +273,6 @@
273
end
274
275
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')
277
private_pkey = OpenSSL::PKey::EC.generate(crypto_suite.curve)
278
public_pem = private_pkey.public_to_pem
279
0 commit comments