Sha256: 3e3a7a170718a206cd553b4960cb760c1327458d946d31f1a110c814027f4702
Contents?: true
Size: 329 Bytes
Versions: 20
Compression:
Stored size: 329 Bytes
Contents
require 'spec_helper' describe Fasterer::Analyzer do let(:test_file_path) { RSpec.root.join('support', 'analyzer', '19_proc_call_vs_yield.rb') } it 'should detect sort once' do analyzer = Fasterer::Analyzer.new(test_file_path) analyzer.scan expect(analyzer.errors[:proc_call_vs_yield].count).to eq(3) end end
Version data entries
20 entries across 20 versions & 1 rubygems