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