Skip to content

Commit

Permalink
correctly name noarg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinr committed Aug 5, 2013
1 parent 686fa63 commit aa4fe5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/// <reference path='../references.ts' />

describe("NoArg Rule", () => {
describe("<noarg>", () => {
it("forbids access to arguments properties", () => {
var fileName = "rules/argumentsRule.test.ts";
var fileName = "rules/noarg.test.ts";
var failures = Lint.Test.applyRuleOnFile(fileName, "noarg");
var expectedFailure = Lint.Test.createFailure(fileName, [4, 8], [4, 17], Lint.Rules.NoArgRule.FAILURE_STRING);

Expand Down

0 comments on commit aa4fe5e

Please sign in to comment.