Sha256: bd84feccffc87832637060cc69e1b40a63999324eec9f0ba6bc54363f3f94c9c
Contents?: true
Size: 344 Bytes
Versions: 20
Compression:
Stored size: 344 Bytes
Contents
require 'spec_helper' describe Fasterer::Analyzer do let(:test_file_path) { RSpec.root.join('support', 'analyzer', '02_rescue_vs_respond_to.rb') } it 'should detect rescue NoMethodError' do analyzer = Fasterer::Analyzer.new(test_file_path) analyzer.scan expect(analyzer.errors[:rescue_vs_respond_to].count).to eq(3) end end
Version data entries
20 entries across 20 versions & 1 rubygems