Sha256: ec00b1d1e842632a48b531cdcd705d94afd39b29162fbcc17ecaed83be8dd8f1
Contents?: true
Size: 255 Bytes
Versions: 14
Compression:
Stored size: 255 Bytes
Contents
require 'spec_helper' describe Fasterer::Analyzer do let(:test_file_path) { RSpec.root.join('support', 'analyzer', '98_misc.rb') } it 'should detect gsub 4 times' do analyzer = Fasterer::Analyzer.new(test_file_path) analyzer.scan end end
Version data entries
14 entries across 14 versions & 1 rubygems