Skip to content

Commit

Permalink
(tweek) readme
Browse files Browse the repository at this point in the history
(fix) Stumpy error (wrong case)
  • Loading branch information
jstty committed Jul 23, 2016
1 parent a70634a commit f56fced
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# beelzebub [![Build Status](https://secure.travis-ci.org/jstty/beelzebub.png?branch=master)](http://travis-ci.org/jstty/beelzebub)
# beelzebub
One hell of a task master!
==========================
[![Build Status](https://secure.travis-ci.org/jstty/beelzebub.png?branch=master)](http://travis-ci.org/jstty/beelzebub)
[![bitHound Score](https://www.bithound.io/github/jstty/beelzebub/badges/score.svg?branch=master)](https://www.bithound.io/github/jstty/beelzebub)
[![Coverage Status](https://coveralls.io/repos/jstty/beelzebub/badge.svg?branch=master&service=github)](https://coveralls.io/github/jstty/beelzebub?branch=master)
![License](https://img.shields.io/npm/l/beelzebub.svg)

[![Dependency Status](https://david-dm.org/jstty/beelzebub.png?theme=shields.io&branch=master)](https://david-dm.org/jstty/beelzebub)
[![devDependency Status](https://david-dm.org/jstty/beelzebub/dev-status.png?theme=shields.io&branch=master)](https://david-dm.org/jstty/beelzebub#info=devDependencies)
[![NPM](https://nodei.co/npm/beelzebub.png)](https://nodei.co/npm/beelzebub/)

One hell of a task master!
[![NPM](https://nodei.co/npm/beelzebub.png)](https://nodei.co/npm/beelzebub/)
==========================

## Description
Expand Down
4 changes: 2 additions & 2 deletions test/examples/tests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var _ = require('lodash');
var path = require('path');
var Stumpy = require('Stumpy');
var Stumpy = require('stumpy');

var bz = require('../../index.js');
var common = require('../util/common.js');
Expand All @@ -21,7 +21,7 @@ _.forEach(list, function(testList, item){
describe(item, function() {
this.timeout(timeoutSec * 1000);

// iterate over all tests in group
å // iterate over all tests in group
_.forEach(testList, function(appName, name) {

describe(name, function() {
Expand Down

0 comments on commit f56fced

Please sign in to comment.