From 25b459cd33877504c756b0abf623aea40a1da6b7 Mon Sep 17 00:00:00 2001 From: Pedro Furtado Date: Wed, 23 Jun 2021 21:50:53 -0300 Subject: [PATCH] More tests in suite --- lib/qrcode_pix_ruby/version.rb | 2 +- spec/qrcode_pix_ruby_spec.rb | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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