Skip to content

Commit

Permalink
More tests in suite
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofurtado committed Jun 24, 2021
1 parent e64bffb commit 25b459c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/qrcode_pix_ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module QrcodePixRuby
VERSION = '0.1.0'.freeze
VERSION = '0.2.0'.freeze
end
5 changes: 1 addition & 4 deletions spec/qrcode_pix_ruby_spec.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 25b459c

Please sign in to comment.