Sha256: bde62440dbb79c8dbb72a790f9d24eace4b31bf590a0c7c5aaf890fcd5e499ce
Contents?: true
Size: 335 Bytes
Versions: 20
Compression:
Stored size: 335 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
20 entries across 20 versions & 1 rubygems