diff --git a/lib/qrcode_pix_ruby/version.rb b/lib/qrcode_pix_ruby/version.rb index b0b8997..955f738 100755 --- a/lib/qrcode_pix_ruby/version.rb +++ b/lib/qrcode_pix_ruby/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module QrcodePixRuby - VERSION = '0.1.0'.freeze + VERSION = '0.2.0'.freeze end diff --git a/spec/qrcode_pix_ruby_spec.rb b/spec/qrcode_pix_ruby_spec.rb index c34aa15..6e5b9f8 100755 --- a/spec/qrcode_pix_ruby_spec.rb +++ b/spec/qrcode_pix_ruby_spec.rb @@ -1,10 +1,7 @@ # frozen_string_literal: true RSpec.describe QrcodePixRuby do - it 'QRCode - Base64' do - pix = QrcodePixRuby::Payload.new - expect(pix.base64).to eq '' - end + it 'QRCode - Base64' it 'QRCode - Payload - 01 - Basic' do pix = QrcodePixRuby::Payload.new