mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Removing unused bookshelf
This commit is contained in:
parent
5358331ad7
commit
446da0c1e3
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@
|
||||||
var _ = require("underscore"),
|
var _ = require("underscore"),
|
||||||
should = require('should'),
|
should = require('should'),
|
||||||
helpers = require('./helpers'),
|
helpers = require('./helpers'),
|
||||||
PostProvider = require('../../shared/models/dataProvider.bookshelf.posts'),
|
PostProvider = require('../../shared/models/dataProvider.bookshelf.posts');
|
||||||
Bookshelf = require('bookshelf');
|
|
||||||
|
|
||||||
describe('Bookshelf PostsProvider', function () {
|
describe('Bookshelf PostsProvider', function () {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue