Sha256: 19fec96369773a1d975481a205eb2efe1edb34d07c14f2fc681b94d0386bd8e3
Contents?: true
Size: 318 Bytes
Versions: 14
Compression:
Stored size: 318 Bytes
Contents
require 'spec_helper' describe Fasterer::Analyzer do let(:test_file_path) { RSpec.root.join('support', 'analyzer', '03_module_eval.rb') } it 'should detect module eval' do analyzer = Fasterer::Analyzer.new(test_file_path) analyzer.scan expect(analyzer.errors[:module_eval].count).to eq(1) end end
Version data entries
14 entries across 14 versions & 1 rubygems