Commit 7ad76c21b8c2a67d379db9f8e592f6a27013dd1a
Committed by
Rafael Manzo
1 parent
ecd1b5dc
Exists in
colab
and in
4 other branches
WIP: Adapting acceptance tests to KalibroClient.
Signed off by: Daniel Alves <danpaulalves@gmail.com>
Showing
4 changed files
with
5 additions
and
8 deletions
Show diff stats
Gemfile.lock
features/step_definitions/project_steps.rb
features/step_definitions/reading_group_steps.rb
features/support/env.rb
... | ... | @@ -77,11 +77,8 @@ end |
77 | 77 | # See https://github.com/cucumber/cucumber-rails/blob/master/features/choose_javascript_database_strategy.feature |
78 | 78 | Cucumber::Rails::Database.javascript_strategy = :truncation |
79 | 79 | |
80 | -# KalibroGatekeeper hooks | |
81 | -require 'kalibro_gatekeeper_client/kalibro_cucumber_helpers/hooks.rb' | |
82 | - | |
83 | -# Configuring the right hooks | |
84 | -KalibroGatekeeperClient::KalibroCucumberHelpers.configure_from_yml("#{__dir__}/kalibro_cucumber_helpers.yml") | |
80 | +# KalibroClient hooks | |
81 | +require 'kalibro_client/kalibro_cucumber_helpers/hooks.rb' | |
85 | 82 | |
86 | 83 | # Warden test helpers so the user authentication can be as fast as possible |
87 | 84 | include Warden::Test::Helpers | ... | ... |