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