Skip to content

Commit

Permalink
Merge pull request #1 from leonovk/version-test
Browse files Browse the repository at this point in the history
version test
  • Loading branch information
leonovk authored Nov 2, 2023
2 parents 8d90ec2 + a638149 commit 4fe0d6a
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.3', 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 4fe0d6a

Please sign in to comment.