diff options
Diffstat (limited to 'spec/bundler/quality_spec.rb')
-rw-r--r-- | spec/bundler/quality_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/quality_spec.rb b/spec/bundler/quality_spec.rb index f9c815aee1..ca622508c6 100644 --- a/spec/bundler/quality_spec.rb +++ b/spec/bundler/quality_spec.rb @@ -235,7 +235,7 @@ RSpec.describe "The library itself" do end end - it "ships the correct set of files" do + it "ships the correct set of files", :ruby_repo do Dir.chdir(root) do git_list = IO.popen("git ls-files -z", &:read).split("\x0").select {|f| f.match(%r{^(lib|exe)/}) } git_list += %w[CHANGELOG.md LICENSE.md README.md bundler.gemspec] |