mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Remove unnecessary comment
https://github.com/rubygems/rubygems/commit/ef4e5c6169
This commit is contained in:
parent
a51e1cd682
commit
cd806e19b7
1 changed files with 0 additions and 3 deletions
|
@ -418,9 +418,6 @@ RSpec.describe "bundle install with git sources" do
|
|||
|
||||
describe "when specifying local override" do
|
||||
it "uses the local repository instead of checking a new one out" do
|
||||
# We don't generate it because we actually don't need it
|
||||
# build_git "rack", "0.8"
|
||||
|
||||
build_git "rack", "0.8", :path => lib_path("local-rack") do |s|
|
||||
s.write "lib/rack.rb", "puts :LOCAL"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue