spec/unit/metadata_spec.rb in ezid-client-1.8.0 vs spec/unit/metadata_spec.rb in ezid-client-1.9.0.rc1

- old
+ new

@@ -1,4 +1,6 @@ +require 'time' + module Ezid RSpec.describe Metadata do describe "initializer" do it "raises an exception when called with a default value" do expect { described_class.new(nil, 1) }.to raise_error(::NotImplementedError)