Skip to content

Commit

Permalink
Add test for expanding folders
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere committed Jan 25, 2025
1 parent 18dc450 commit 51ec097
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/ameba/glob_utils_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ module Ameba
fail "#{path.inspect} should be a file" unless File.file?(path)
end
end

it "expands folders" do
subject.expand(["spec"]).should_not be_empty
end
end
end
end

0 comments on commit 51ec097

Please sign in to comment.