Sha256: 02c199c1532862b94be05c13bd63e60281619784074118b7a88c149f4c0c6281
Contents?: true
Size: 349 Bytes
Versions: 60
Compression:
Stored size: 349 Bytes
Contents
require 'spec_helper' describe Dir, :if => Puppet::Util::Platform.windows? do it "should always have the PERSONAL constant defined" do expect(described_class).to be_const_defined(:PERSONAL) end it "should not raise any errors when accessing the PERSONAL constant" do expect { described_class::PERSONAL }.not_to raise_error end end
Version data entries
60 entries across 60 versions & 1 rubygems