Sha256: 869267c54e720489ccdcf18912806f1aa3ca68da35cb96820d835865af8af12b
Contents?: true
Size: 370 Bytes
Versions: 14
Compression:
Stored size: 370 Bytes
Contents
require 'spec_helper' describe Fasterer::Analyzer do let(:test_file_path) { RSpec.root.join('support', 'analyzer', '14_fetch_with_argument_vs_block.rb') } it 'should detect keys fetch with argument once' do analyzer = Fasterer::Analyzer.new(test_file_path) analyzer.scan expect(analyzer.errors[:fetch_with_argument_vs_block].count).to eq(1) end end
Version data entries
14 entries across 14 versions & 1 rubygems