spec/keepassx/entry_spec.rb in ruby-keepassx-0.2.1 vs spec/keepassx/entry_spec.rb in ruby-keepassx-0.2.2beta1

- old
+ new

@@ -59,10 +59,10 @@ describe '#to_hash' do it 'returns Hash entry representation' do expect(entry_schema.validate? test_entry.to_hash).to be true - end unless RUBY_VERSION =~ /1.8/ # Respect does not support ruby 1.8.x + end unless RUBY_VERSION =~ /1.8/ # Respect does not support ruby 1.8.x it 'set timestamps properly' do expect(test_entry.to_hash[:creation]).to eq test_date end