Skip to content

Commit 8fff76c

Browse files
committed
Application generator: do gem install with --no-rdoc and --no-ri
This solved a problem I was having with the tests locally
1 parent c663f94 commit 8fff76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spring/test/application_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def build_and_install_gems
112112
system("gem build #{name}.gemspec 2>&1")
113113
end
114114

115-
application.run! "gem install #{spec.gem_dir}/#{name}-*.gem", timeout: nil
115+
application.run! "gem install #{spec.gem_dir}/#{name}-*.gem --no-ri --no-rdoc", timeout: nil
116116
end
117117
end
118118

0 commit comments

Comments
 (0)