Sha256: fd7bbf165853b97fa37607b037e5bd2845944cce9d736bd1fc908bbbe21464ab

Contents?: true

Size: 191 Bytes

Versions: 5

Compression:

Stored size: 191 Bytes

Contents

require_relative 'spec_helpers'

class TestTestSpec < AppyApp::TestCase

    it "can be instantiated" do
        model = TestTest.new
        model.must_be_instance_of(TestTest)
    end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lanes-0.1.9.5 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.1.9 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.1.8 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.1.7 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.1.6 spec/server/command-reference-files/model/spec/server/test_test_spec.rb