Skip to content

Commit

Permalink
Fix spec example description
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Jul 25, 2012
1 parent 0cb8b71 commit 6892ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cucumber/ast/feature_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe("Cucumber.Ast.Feature", function() {
});

describe("getUri()", function() {
it("returns the URI on which the background starts", function() {
it("returns the URI of the feature", function() {
expect(feature.getUri()).toBe(uri);
});
});
Expand Down

0 comments on commit 6892ccf

Please sign in to comment.