Sha256: edfaaf8988b3909917e415eff4518a3a2701f39ef7a1abc1258382d97e59aa40
Contents?: true
Size: 185 Bytes
Versions: 1
Compression:
Stored size: 185 Bytes
Contents
require 'spec_helper' module CiteProc describe Processor do before { Class.new(Engine) } let(:subject) { Processor.new } it { should_not be nil } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
citeproc-0.0.2 | spec/citeproc/processor_spec.rb |