Sha256: c9b3a8a655bb88758abcb9ae871b27dfacf2d35ad5fc23ceceefcb656c9b8825
Contents?: true
Size: 370 Bytes
Versions: 14
Compression:
Stored size: 370 Bytes
Contents
require 'spec_helper' describe Fasterer::Analyzer do let(:test_file_path) { RSpec.root.join('support', 'analyzer', '18_block_vs_symbol_to_proc.rb') } it 'should block that could be called with symbol 2 times' do analyzer = Fasterer::Analyzer.new(test_file_path) analyzer.scan expect(analyzer.errors[:block_vs_symbol_to_proc].count).to eq(2) end end
Version data entries
14 entries across 14 versions & 1 rubygems