spec/kramdown/man_spec.rb in kramdown-man-0.1.5 vs spec/kramdown/man_spec.rb in kramdown-man-0.1.6

- old
+ new

@@ -1,8 +1,8 @@ require 'spec_helper' require 'kramdown/man' describe Kramdown::Man do it "should have a VERSION constant" do - subject.const_get('VERSION').should_not be_empty + expect(subject.const_get('VERSION')).not_to be_empty end end