Sha256: 57312a8e17244e10db117016e2d0593abfce3a73902f0ee84c5ce57ad0f09a5c
Contents?: true
Size: 330 Bytes
Versions: 14
Compression:
Stored size: 330 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
14 entries across 14 versions & 1 rubygems