Skip to content

Commit

Permalink
Fix test load path
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 20, 2024
1 parent 1981b27 commit 502f51d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/bigwig_test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "test_helper"
require_relative "test_helper"

class BigWigTest < Minitest::Test
def test_that_it_has_a_version_number
Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "bio/bigwig"

require "minitest/autorun"
Expand Down

0 comments on commit 502f51d

Please sign in to comment.