Sha256: 153927dc59e8b4a3c35eee0b8b52977e2b0fd4fa30c921a5cc39196711950e0c
Contents?: true
Size: 344 Bytes
Versions: 111
Compression:
Stored size: 344 Bytes
Contents
# encoding: utf-8 # require 'spec_helper' require_relative '../../lib/picky/analyzer' 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
111 entries across 111 versions & 1 rubygems