Sha256: e1ed28c941f2987eaa31c328531dd509b4de42d23b1414d966293132e9cb30f3
Contents?: true
Size: 186 Bytes
Versions: 2
Compression:
Stored size: 186 Bytes
Contents
require_relative '../spec_helper' class InvLineSpec < Skr::TestCase it "can be instantiated" do model = InvLine.new model.must_be_instance_of(InvLine) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stockor-0.1.9 | spec/server/models/inv_line_spec.rb |
stockor-0.1.8 | spec/server/models/inv_line_spec.rb |