Sha256: 35d123eb6408872bb22fd36fddd1df495daaaf7d108a3a175e545017ebb1545e

Contents?: true

Size: 255 Bytes

Versions: 27

Compression:

Stored size: 255 Bytes

Contents

# frozen_string_literal: true

module RuboCop
  module Cop
    module RSpec
      # Help methods for file.
      module FileHelp
        def expanded_file_path
          File.expand_path(processed_source.file_path)
        end
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 5 rubygems

Version Path
rubocop-rspec-2.27.0 lib/rubocop/cop/rspec/mixin/file_help.rb
mlh-rubocop-config-1.0.3 vendor/bundle/ruby/3.2.0/gems/rubocop-rspec-2.26.1/lib/rubocop/cop/rspec/mixin/file_help.rb
rubocop-rspec-2.26.1 lib/rubocop/cop/rspec/mixin/file_help.rb
rubocop-rspec-2.26.0 lib/rubocop/cop/rspec/mixin/file_help.rb
rubocop-rspec-2.25.0 lib/rubocop/cop/rspec/mixin/file_help.rb
rubocop-rspec-2.24.1 lib/rubocop/cop/rspec/mixin/file_help.rb
rubocop-rspec-2.24.0 lib/rubocop/cop/rspec/mixin/file_help.rb