Skip to content

Commit

Permalink
version test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk committed Nov 2, 2023
1 parent 8d90ec2 commit 8295cb4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/lib/boaw/version_test.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# frozen_string_literal: true

require 'minitest/autorun'
require_relative '../../test_helper'

class VersionTest < Minitest::Test
def test_version
assert_equal '0.0.6', Boaw::VERSION
end
end
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# frozen_string_literal: true

require_relative '../lib/boaw'
require_relative '../lib/boaw/version'

0 comments on commit 8295cb4

Please sign in to comment.