From 00678db5c92a6fff4f6c2b9e9d0da7d81184fb2c Mon Sep 17 00:00:00 2001 From: wonda-tea-coffee Date: Sat, 18 Jun 2022 12:55:36 +0900 Subject: [PATCH] delete unnecessary alias --- features/support/env.rb | 2 -- spec/spec_helper.rb | 2 -- 2 files changed, 4 deletions(-) diff --git a/features/support/env.rb b/features/support/env.rb index 8c8b1707..0cef1684 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -6,8 +6,6 @@ require 'rspec' require 'carrierwave' require "webmock/cucumber" -alias :running :lambda - def file_path( *paths ) File.expand_path(File.join('..', *paths), File.dirname(__FILE__)) end diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index b7310a68..89d053e2 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -24,8 +24,6 @@ require 'rspec/retry' I18n.enforce_available_locales = false -alias :running :lambda - def file_path( *paths ) File.expand_path(File.join(File.dirname(__FILE__), 'fixtures', *paths)) end