Skip to content

Commit

Permalink
REquires test_helper in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Kämper <[email protected]>
  • Loading branch information
s2k committed Nov 30, 2024
1 parent 8924219 commit e8cf751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fd_test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require_relative 'test_helper'

class FdTest < Minitest::Test
def test_version_method
assert_match(/\A(\d+\.)+\d+\Z/, Fd.version)
Expand Down

0 comments on commit e8cf751

Please sign in to comment.