Sha256: 260c741e8f14d455d262b4bbc8a44b7b8147f89229b0ffd8dbe6ab8fc153b61f
Contents?: true
Size: 317 Bytes
Versions: 3
Compression:
Stored size: 317 Bytes
Contents
require 'spec_helper' describe Fasterer::Analyzer do let(:test_file_path) { RSpec.root.join('support', 'analyzer', '24_gsub_vs_tr.rb') } it 'should detect gsub 4 times' do analyzer = Fasterer::Analyzer.new(test_file_path) analyzer.scan expect(analyzer.errors[:gsub_vs_tr].count).to eq(4) end end
Version data entries
3 entries across 3 versions & 1 rubygems