Add 3D filetype for STL files
[lhc/web/wiklou.git] / tests / browser / features / step_definitions / create_and_follow_wiki_link_steps.rb
index 065ee26..504d345 100644 (file)
@@ -6,7 +6,7 @@ end
 
 Given(/^I am on the (.+) page$/) do |article|
   article = article.gsub(/ /, '_')
-  visit(ZtargetPage, :using_params => { :article_name => article })
+  visit(ZtargetPage, using_params: { article_name: article })
 end
 
 Given(/^I create page "(.*?)" with content "(.*?)"$/) do |page_title, page_content|