Skip to content

Commit

Permalink
closes brianleroux#6
Browse files Browse the repository at this point in the history
  • Loading branch information
brianleroux committed Mar 12, 2010
1 parent f6b9789 commit c0475fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lawnchair-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ context('Lawnchair', function(){

context('Lawnchair with multiple collections', function(){

var dba = new Lawnchair({table: 'a', adaptor: 'dom'});
var dbb = new Lawnchair({table: 'b', adaptor: 'dom'});
var dba = new Lawnchair({table: 'a'});
var dbb = new Lawnchair({table: 'b'});

should( 'be empty.', function(){
stop();
Expand Down

0 comments on commit c0475fb

Please sign in to comment.