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