Sha256: d741bdf431e1442d490b8f05d0a6d3877034a8df580532eefd2d432160323fee
Contents?: true
Size: 305 Bytes
Versions: 69
Compression:
Stored size: 305 Bytes
Contents
# encoding: utf-8 # require 'spec_helper' describe Analyzer do let(:analyzer) { described_class.new } context 'after initialize' do it 'sets the comments' do analyzer.comments.should == [] end it 'sets the analysis' do analyzer.analysis.should == {} end end end
Version data entries
69 entries across 69 versions & 1 rubygems