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