Sha256: 414db51a32c335ddc1eb2e1c18b5cfeb10f9781965e8442deb0485b32ce22b41
Contents?: true
Size: 317 Bytes
Versions: 11
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(2) end end
Version data entries
11 entries across 11 versions & 1 rubygems