spec/henkei_spec.rb in henkei-1.14.2 vs spec/henkei_spec.rb in henkei-1.14.3

- old
+ new

@@ -95,10 +95,10 @@ end describe '.creation_date' do let(:henkei) { Henkei.new 'spec/samples/sample.pages' } - it 'should retur Time' do + it 'should return Time' do expect( henkei.creation_date ).to be_a Time end end describe '.java' do