spec/citeproc/abbreviate_spec.rb in citeproc-0.0.1 vs spec/citeproc/abbreviate_spec.rb in citeproc-0.0.2
- old
+ new
@@ -1,8 +1,8 @@
require 'spec_helper'
module CiteProc
- describe 'Abbreviate' do
+ describe Abbreviate do
before { Object.class_eval { include Abbreviate } }
let(:subject) { Object.new }
describe '#abbreviations=' do
\ No newline at end of file