Skip to content

Commit

Permalink
github actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
Largo committed Feb 14, 2024
1 parent a27664a commit dbac389
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/test_ocra.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
class Pathname
alias original_relative_path_from relative_path_from
def relative_path_from(other)
puts "#{caller[0]} 123"
original_relative_path_from(other)
end
end

require "minitest/autorun"

require "tmpdir"
Expand Down

0 comments on commit dbac389

Please sign in to comment.