Skip to content

Commit

Permalink
version_metadata_event_spec: remove cruft (inspired by rubocop)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Aug 31, 2017
1 parent 941ed1e commit 678a327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/unit_tests/moab/version_metadata_event_spec.rb
Expand Up @@ -14,6 +14,7 @@

context '#datetime' do
let(:version_metadata_event) { Moab::VersionMetadataEvent.new([]) }

it 'String is converted to correct format' do
version_metadata_event.datetime = "Apr 12 19:36:07 UTC 2012"
expect(version_metadata_event.datetime).to eq("2012-04-12T19:36:07Z")
Expand Down

0 comments on commit 678a327

Please sign in to comment.