Sha256: 3ee763353b09f6c4022e738a7bd3b5874c4f3501597798759c381bdb89c436e2
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
require "spec_helper" describe TestLab do subject { TestLab.new(File.join(File.dirname(__FILE__), 'support', '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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
testlab-0.0.3 | spec/testlab_spec.rb |
testlab-0.0.2 | spec/testlab_spec.rb |