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