Skip to content

Commit

Permalink
Added test case of dash gem like net-smtp
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 15, 2023
1 parent 9a204fb commit 8df46d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tool/test_for_warn_bundled_gems/test_no_warn_dash_gem.rb
@@ -0,0 +1,8 @@
require "bundler/inline"

gemfile do
source "https://rubygems.org"
gem "net-smtp"
end

require "net/smtp"
7 changes: 7 additions & 0 deletions tool/test_for_warn_bundled_gems/test_warn_dash_gem.rb
@@ -0,0 +1,7 @@
require "bundler/inline"

gemfile do
source "https://rubygems.org"
end

require "net/smtp"

0 comments on commit 8df46d5

Please sign in to comment.