Sha256: 216fc66e10c12257b8856e3ceacf056145096532a8d82cab447a49f2fe764940
Contents?: true
Size: 345 Bytes
Versions: 14
Compression:
Stored size: 345 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
14 entries across 14 versions & 1 rubygems