Sha256: b4d2cc53535fcc7e2499fe65fc6ec611d70b33b606ded0c03e3e4e479a7591c6
Contents?: true
Size: 369 Bytes
Versions: 20
Compression:
Stored size: 369 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
20 entries across 20 versions & 1 rubygems