Sha256: e85a30261fe4ec916454b3a84bdb70d0bfbdcdd5e9706608c79a13cbda9810bd
Contents?: true
Size: 336 Bytes
Versions: 5
Compression:
Stored size: 336 Bytes
Contents
require 'spec_helper' describe Fasterer::Analyzer do let(:test_file_path) { RSpec.root.join('support', 'analyzer', '27_setter_vs_attr_writer.rb') } it 'should detect 2 setters' do analyzer = Fasterer::Analyzer.new(test_file_path) analyzer.scan expect(analyzer.errors[:setter_vs_attr_writer].count).to eq(2) end end
Version data entries
5 entries across 5 versions & 1 rubygems