Skip to content

Commit 1842aa7

Browse files
committed
ci: fix test-gem-file-contents source file test
1 parent 297c5ec commit 1842aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/test-gem-file-contents

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ describe File.basename(gemfile) do
116116
end
117117

118118
it "contains C source files in src/" do
119-
assert_operator(gemfile_contents.count { |f| File.fnmatch?("src/**/*.c", f) }, :>=, 10)
119+
assert_operator(gemfile_contents.count { |f| File.fnmatch?("src/*.c", f) }, :>=, 10)
120120
end
121121

122122
it "contains extconf.rb" do

0 commit comments

Comments
 (0)