Fix typo.

This commit is contained in:
Parker Moore
2016-06-02 16:47:14 -07:00
parent 4b1012537f
commit 956495f450

View File

@@ -62,7 +62,7 @@ module Jekyll
#
def before_feature_element(_feature_element)
def before_feature_element(feature_element)
@indent = 2
@scenario_indent = 2
@timings[feature_element_timing_key(feature_element)] = Time.now