Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit d634edb

Browse files
committed
fix gherkin lexing problem
1 parent 58ca629 commit d634edb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

features/hooks/filtering.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ Feature: filters
66

77
RSpec.configure do |c|
88
c.before(:each, :type => :model) do
9-
# ...
109
end
1110
end
1211

1312
describe "something", :type => :model do
14-
# ...
1513
end
1614

1715
You can specify metadata using only symbols if you set the

0 commit comments

Comments
 (0)