Sha256: 663cc9e6f160408759bf3af00162d337aeebdff22c546f49e37e1ce739d401fd
Contents?: true
Size: 328 Bytes
Versions: 9
Compression:
Stored size: 328 Bytes
Contents
require 'spec_helper' describe Fasterer::Analyzer do let(:test_file_path) { RSpec.root.join('support', 'analyzer', '04_find_vs_bsearch.rb') } xit 'should detect Array#find' do analyzer = Fasterer::Analyzer.new(test_file_path) analyzer.scan # expect(analyzer.error_occurrence[:module_eval]).to eq(1) end end
Version data entries
9 entries across 9 versions & 1 rubygems