Skip to content

Commit

Permalink
No testeando que hace un commit por que se muere todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Álvarez committed Dec 10, 2015
1 parent 8d3c18a commit 1e0ae97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^1.0.0",
"gulp-nsp": "^2.1.0",
"gulp-coveralls": "^0.1.0",
"nodegit": "~0.5.0"
"gulp-coveralls": "^0.1.0"
},
"repository": "ciudadanointeligente/generator-agendatransparencia",
"scripts": {
Expand Down
8 changes: 0 additions & 8 deletions test/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,4 @@ describe('generator-agendatransparencia:app', function () {
'a_transparencia/_cards/card-5.md'
]);
});
it('hace un commit', function (done) {
var open = require('nodegit').Repository.open;
open('a_transparencia').then(function (repo) {
repo.getBranchCommit('gh-pages', function () {
done();
});
});
});
});

0 comments on commit 1e0ae97

Please sign in to comment.