From 1e6f524dc78581b1c27adedc8ad9bd4c1c166647 Mon Sep 17 00:00:00 2001 From: Diego Araújo Date: Mon, 18 Apr 2016 14:28:45 -0300 Subject: [PATCH] Add UrlHelpers for the cucumber environment --- features/support/env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/support/env.rb b/features/support/env.rb index 4618602..8ce4378 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -86,4 +86,4 @@ Cucumber::Rails::Database.javascript_strategy = :truncation require 'kalibro_client/kalibro_cucumber_helpers/hooks.rb' Warden.test_mode! -World(Warden::Test::Helpers, HeaderUtils, TableUtils) +World(Warden::Test::Helpers, HeaderUtils, TableUtils, ActionView::Helpers::UrlHelper) -- libgit2 0.21.2