diff --git a/features/support/formatter.rb b/features/support/formatter.rb index f399a3ce..9e82a4e5 100644 --- a/features/support/formatter.rb +++ b/features/support/formatter.rb @@ -82,9 +82,9 @@ module Jekyll # - def background_name(keyword, name, source_line, indend) + def background_name(keyword, name, source_line, indent) print_feature_element_name( - keyword, name, source_line, indend + keyword, name, source_line, indent ) end