Sha256: 117456bbb34f954e7537b5c3c08144544f9610e97aa306a6b79a43430006ff47
Contents?: true
Size: 344 Bytes
Versions: 14
Compression:
Stored size: 344 Bytes
Contents
require 'spec_helper' describe Fasterer::Analyzer do let(:test_file_path) { RSpec.root.join('support', 'analyzer', '15_keys_each_vs_each_key.rb') } it 'should detect keys each 3 times' do analyzer = Fasterer::Analyzer.new(test_file_path) analyzer.scan expect(analyzer.errors[:keys_each_vs_each_key].count).to eq(3) end end
Version data entries
14 entries across 14 versions & 1 rubygems