From 0cc261d0b1c2c819ea63d4eb0e352abf33dac56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 11 Feb 2020 12:01:20 +0100 Subject: Remove unused alias --- spec/support/path.rb | 2 -- 1 file changed, 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) -- cgit v1.2.1