Skip to content

Commit

Permalink
remove dead tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bannable committed Nov 18, 2023
1 parent 72b3f87 commit f6c3a47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
22 changes: 0 additions & 22 deletions spec/paseto/v4/public_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,28 +137,6 @@
it 'raises an error' do
expect { token }.to raise_error(ArgumentError, 'no private key available')
end

# rubocop:disable RSpec/NestedGroups

context 'with openssl/libcrypto 3.0.0 - 3.0.7' do
it 'raises an error', :openssl_3_buggy do
expect { token }.to raise_error(ArgumentError, 'no private key available')
end
end

context 'with openssl/libcrypto 1.1.1' do
it 'raises an error', :openssl_1_1_1 do
expect { token }.to raise_error(ArgumentError, 'no private key available')
end
end

context 'with openssl/libcrypto 3.0.8+' do
it 'raises an error', :openssl_3_0_8 do
expect { token }.to raise_error(ArgumentError, 'no private key available')
end
end

# rubocop:enable RSpec/NestedGroups
end
end

Expand Down
44 changes: 0 additions & 44 deletions spec/shared_contexts_for_openssl.rb

This file was deleted.

0 comments on commit f6c3a47

Please sign in to comment.