Sha256: 7a8a4d58c1adff757eff49926b95b13706d91f40e3cb9e34d098e234621f72c5
Contents?: true
Size: 338 Bytes
Versions: 10
Compression:
Stored size: 338 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(2) end end
Version data entries
10 entries across 10 versions & 1 rubygems