Skip to content

Commit

Permalink
Fixed spec titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Aug 9, 2024
1 parent 9efbd2a commit c13bfe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/crypto/mixin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
end
end

describe "#crypto_aes" do
describe "#crypto_aes_cipher" do
let(:key_size) { 256 }
let(:hash) { :sha256 }
let(:password) { 'secret' }
Expand Down Expand Up @@ -192,7 +192,7 @@
end
end

describe "#crypto_aes128" do
describe "#crypto_aes128_cipher" do
let(:password) { 'secret' }
let(:direction) { :decrypt }

Expand Down Expand Up @@ -244,7 +244,7 @@
end
end

describe "#crypto_aes256" do
describe "#crypto_aes256_cipher" do
let(:password) { 'secret' }
let(:direction) { :decrypt }

Expand Down

0 comments on commit c13bfe9

Please sign in to comment.