Cross Reference: hooks.rb
xref
: /
ontohub
/
features
/
support
/
hooks.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Before
do
redis
=
WrappingRedis
::
RedisWrapper.new
redis.del
redis.keys
if
redis.keys.any
?
Sidekiq
::
Worker.clear
_all
end
Before
(
'@require_accept_html'
)
do
Capybara.current_session.driver.header
(
'Accept'
,
'
text
/
html
'
)
end