Skip to content

Commit 80b8b56

Browse files
committed
Removed redundant spec for uri method
1 parent 243bce8 commit 80b8b56

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

spec/cucumber/ast/feature_spec.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ describe("Cucumber.Ast.Feature", function() {
5656
});
5757
});
5858

59-
describe("getUri()", function() {
60-
it("returns a uniform resource identifier for the feature consisting of the filename containing the feature", function() {
61-
expect(feature.getUri()).toBe(uri);
62-
});
63-
});
64-
6559
describe("getBackground() [addBackground()]", function() {
6660
describe("when a background was previously added", function() {
6761
var background;

0 commit comments

Comments
 (0)