Skip to content

Commit

Permalink
Added test for sub-feature like bigdecimal/util
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 16, 2023
1 parent b710f96 commit 6f6b36b
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_sub_feature.rb
@@ -0,0 +1,8 @@
require "bundler/inline"

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

require "bigdecimal/util"
7 changes: 7 additions & 0 deletions tool/test_for_warn_bundled_gems/test_warn_sub_feature.rb
@@ -0,0 +1,7 @@
require "bundler/inline"

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

require "bigdecimal/util"

0 comments on commit 6f6b36b

Please sign in to comment.