Sha256: 5c042bfeeb01fe2b170b95c3ff5bb2444b6c4d8bf0a2a770c29452da37208a3d
Contents?: true
Size: 350 Bytes
Versions: 14
Compression:
Stored size: 350 Bytes
Contents
require 'spec_helper' describe Fasterer::Analyzer do let(:test_file_path) { RSpec.root.join('support', 'analyzer', '01_parallel_assignment.rb') } it 'should detect parallel assignment 2 times' do analyzer = Fasterer::Analyzer.new(test_file_path) analyzer.scan expect(analyzer.errors[:parallel_assignment].count).to eq(2) end end
Version data entries
14 entries across 14 versions & 1 rubygems