File tree Expand file tree Collapse file tree 3 files changed +7
-26
lines changed Expand file tree Collapse file tree 3 files changed +7
-26
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ source 'https://rubygems.org'
44gemspec if defined? JRUBY_VERSION
55
66gem "rake" , require : false
7- gem 'mocha' , '~> 1.4' , '< 2.0'
87
9- # NOTE: runit-maven-plugin will use it's own :
10- gem 'test-unit'
8+ group :test do
9+ gem 'base64' , require : false
10+ gem 'mocha' , '~> 1.4' , '< 2.0'
11+ # NOTE: runit-maven-plugin will use it's own :
12+ gem 'test-unit'
13+ end
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# coding: US-ASCII
22require File . expand_path ( '../test_helper' , File . dirname ( __FILE__ ) )
3+ require 'base64'
34
45class TestEC < TestCase
56
@@ -251,8 +252,6 @@ def test_random_point
251252 assert_equal point . to_octet_string ( :uncompressed ) , point3 . to_octet_string ( :uncompressed )
252253 end
253254
254- require File . expand_path ( 'base64.rb' , File . dirname ( __FILE__ ) )
255-
256255 def test_encrypt
257256 p256dh = "BNFege3oh74znsDbVkGf5CRAtLVUHlo5NTU9-inepE_HpUBWUq3FP_dJR-WDORPvKL7fM_AKyfYch-nKY7kDOe0="
258257 group_name = 'prime256v1'
You can’t perform that action at this time.
0 commit comments