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