Sha256: ceebd519455fe04f416d57361175ad835080ef4ceef59769b01d45f4b7fa8f3b
Contents?: true
Size: 342 Bytes
Versions: 20
Compression:
Stored size: 342 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
20 entries across 20 versions & 1 rubygems