Specify more pending tests for Device

This commit is contained in:
deadprogram 2013-10-22 20:56:10 -07:00
parent 7ab34693fa
commit c25324c225
1 changed files with 2 additions and 1 deletions

View File

@ -11,5 +11,6 @@ describe "devices", ->
it "should have a name", ->
device.name.should.be.equal 'devisive'
it "should have a connection"
it "should use default connection if none specified"
it "should use connection if one is specified"
it "should have an driver"