Sha256: 715f95b3ca05b2dd9acd7e2b337362e4ae529e67867863a5d88b1894b885cfaf
Contents?: true
Size: 526 Bytes
Versions: 59
Compression:
Stored size: 526 Bytes
Contents
# encoding: ascii-8bit # Copyright 2014 Ball Aerospace & Technologies Corp. # All Rights Reserved. # # This program is free software; you can modify and/or redistribute it # under the terms of the GNU General Public License # as published by the Free Software Foundation; version 3 with # attribution addendums as found in the LICENSE.txt require 'spec_helper' require 'cosmos/core_ext/stringio' describe StringIO do describe "path" do it "returns nil" do expect(StringIO.new.path).to be_nil end end end
Version data entries
59 entries across 59 versions & 1 rubygems