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