Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hschne committed Sep 22, 2024
1 parent 4d15792 commit e1209a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
15 changes: 0 additions & 15 deletions test/puny/test_monitor.rb

This file was deleted.

11 changes: 11 additions & 0 deletions test/puny_monitor/test_monitor.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# frozen_string_literal: true

require "test_helper"

module PunyMonitor
class TestVersion < Minitest::Test
def test_that_it_has_a_version_number
refute_nil PunyMonitor::VERSION
end
end
end
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 "puny/monitor"

require "minitest/autorun"

0 comments on commit e1209a3

Please sign in to comment.