summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-11 12:01:20 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-11 12:01:20 +0100
commit0cc261d0b1c2c819ea63d4eb0e352abf33dac56e (patch)
treee471c844d85dd16bbe8541593143bc326a500901
parent2fa9f85b43aa0110037520052c801e01e4b5b35a (diff)
downloadbundler-0cc261d0b1c2c819ea63d4eb0e352abf33dac56e.tar.gz
Remove unused alias
-rw-r--r--spec/support/path.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/path.rb b/spec/support/path.rb
index 25206c9832..fe79a03c47 100644
--- a/spec/support/path.rb
+++ b/spec/support/path.rb
@@ -86,8 +86,6 @@ module Spec
root.join(*path)
end
- alias_method :bundled_app1, :bundled_app
-
def bundled_app2(*path)
root = tmp.join("bundled_app2")
FileUtils.mkdir_p(root)