不要怂,就是干,撸起袖子干!

Commit 84887e7c by sdepold

some minor changes in the spec structure

1 parent 28224cc3
Showing with 1 additions and 3 deletions
...@@ -6,7 +6,7 @@ if(typeof require === 'function') { ...@@ -6,7 +6,7 @@ if(typeof require === 'function') {
buster.spec.expose() buster.spec.expose()
describe('SQLite', function() { describe('DAO@sqlite', function() {
before(function(done) { before(function(done) {
var self = this var self = this
...@@ -28,7 +28,6 @@ describe('SQLite', function() { ...@@ -28,7 +28,6 @@ describe('SQLite', function() {
.error(function(err) { console.log(err) }) .error(function(err) { console.log(err) })
}) })
describe('DAO', function() {
describe('findAll', function() { describe('findAll', function() {
it("handles dates correctly", function(done) { it("handles dates correctly", function(done) {
var self = this var self = this
...@@ -49,5 +48,4 @@ describe('SQLite', function() { ...@@ -49,5 +48,4 @@ describe('SQLite', function() {
}) })
}) })
}) })
})
}) })
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!