delete unnecessary alias

This commit is contained in:
wonda-tea-coffee 2022-06-18 12:55:36 +09:00
parent 7e947ba38c
commit 00678db5c9
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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