mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 00:37:55 +03:00
Removing unused bookshelf
This commit is contained in:
parent
5358331ad7
commit
446da0c1e3
@ -6,8 +6,7 @@
|
||||
var _ = require("underscore"),
|
||||
should = require('should'),
|
||||
helpers = require('./helpers'),
|
||||
PostProvider = require('../../shared/models/dataProvider.bookshelf.posts'),
|
||||
Bookshelf = require('bookshelf');
|
||||
PostProvider = require('../../shared/models/dataProvider.bookshelf.posts');
|
||||
|
||||
describe('Bookshelf PostsProvider', function () {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user