Sha256: 8812c8bd1401b608ea74ee5b78a4c5603595c89d4d66655c0fd7868afc155e71
Contents?: true
Size: 228 Bytes
Versions: 5
Compression:
Stored size: 228 Bytes
Contents
require "spec_helper" describe TestLab do subject { TestLab.new(:labfile => LABFILE) } describe "class" do it "should be an instance of TestLab" do subject.should be_an_instance_of TestLab end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
testlab-0.3.0 | spec/testlab_spec.rb |
testlab-0.2.1 | spec/testlab_spec.rb |
testlab-0.2.0 | spec/testlab_spec.rb |
testlab-0.1.0 | spec/testlab_spec.rb |
testlab-0.0.4 | spec/testlab_spec.rb |