Sha256: b439d645075923de9734dbe1c54e6ae70e80fa04e579fa1d05ca5d3c924631ce

Contents?: true

Size: 190 Bytes

Versions: 12

Compression:

Stored size: 190 Bytes

Contents

require_relative 'spec_helper'

class TestTestSpec < AppyApp::TestCase

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

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
lanes-0.8.3 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.8.2 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.8.1 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.8.0 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.7.0 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.6.1 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.6.0 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.5.6 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.5.5 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.5.0 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.4.0 spec/command-reference-files/model/spec/server/test_test_spec.rb
lanes-0.3.0 spec/command-reference-files/model/spec/server/test_test_spec.rb