Skip to content

Commit

Permalink
Fix specs for newest ruby that needs stdlib require
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde committed Dec 14, 2023
1 parent 5005bf9 commit ed2df97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/gitable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
# /path/to/repo.git/
# file:///path/to/repo.git/
#
require "uri"

describe ".parse" do
before { @uri = "ssh://git@github.com/martinemde/gitable.git" }
Expand Down

0 comments on commit ed2df97

Please sign in to comment.