Fix connection test failure

This commit is contained in:
Andrew Stewart 2013-10-23 11:47:00 -07:00
parent f0ca9ee60b
commit dbe4ccbbd5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ describe "Connection", ->
connection.name.should.be.equal 'connective' connection.name.should.be.equal 'connective'
it "should have an adaptor", -> it "should have an adaptor", ->
connection.adaptor.name.should.be.equal 'loopback' connection.adaptor.name.should.be.equal 'Loopback'
it "should be able to require an external adaptor module" it "should be able to require an external adaptor module"
it "should be able to connect" it "should be able to connect"