Sha256: e306199fe2e6a0b1eda96a4923345261c1343e4dec2f478996078c1c372c0eb9
Contents?: true
Size: 183 Bytes
Versions: 6
Compression:
Stored size: 183 Bytes
Contents
require_relative '../spec_helper' class PoLineSpec < Skr::TestCase it "can be instantiated" do model = PoLine.new model.must_be_instance_of(PoLine) end end
Version data entries
6 entries across 6 versions & 1 rubygems