Commit 1e6f524dc78581b1c27adedc8ad9bd4c1c166647
1 parent
931af7d6
Exists in
colab
and in
2 other branches
Add UrlHelpers for the cucumber environment
Instead of including it manually on every step that needs it. Signed-off-by: Heitor Reis <marcheing@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/support/env.rb
... | ... | @@ -86,4 +86,4 @@ Cucumber::Rails::Database.javascript_strategy = :truncation |
86 | 86 | require 'kalibro_client/kalibro_cucumber_helpers/hooks.rb' |
87 | 87 | |
88 | 88 | Warden.test_mode! |
89 | -World(Warden::Test::Helpers, HeaderUtils, TableUtils) | |
89 | +World(Warden::Test::Helpers, HeaderUtils, TableUtils, ActionView::Helpers::UrlHelper) | ... | ... |