Fix the Rubocop offense TrailingBlankLines
[lhc/web/wiklou.git] / tests / browser / features / step_definitions / edit_page_steps.rb
index 5ab02be..713bb39 100644 (file)
@@ -21,4 +21,3 @@ end
 Then(/^the edited page content should contain "(.*?)"$/) do |content|
   on(MainPage).page_content.should match(content + @random_string)
 end
-