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