Sha256: 590cf0e0adc0e49455e1cc93ebb6001a3f07f17bbc09ab65f108ac13998f0f14
Contents?: true
Size: 343 Bytes
Versions: 14
Compression:
Stored size: 343 Bytes
Contents
require 'spec_helper' describe Fasterer::Analyzer do let(:test_file_path) { RSpec.root.join('support', 'analyzer', '09_each_with_index_vs_while.rb') } it 'should detect a for loop' do analyzer = Fasterer::Analyzer.new(test_file_path) analyzer.scan expect(analyzer.errors[:each_with_index_vs_while].count).to eq(1) end end
Version data entries
14 entries across 14 versions & 1 rubygems