Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Tests: rename misnamed file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesherov committed Aug 31, 2014
1 parent 79ff109 commit 4c5cb20
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
var Checker = require('../../lib/checker');
var assert = require('assert');

describe('rules/disallow-anonymous-function', function() {
describe('rules/disallow-anonymous-functions', function() {
var checker;

beforeEach(function() {
Expand Down

0 comments on commit 4c5cb20

Please sign in to comment.