hooks.rb 214 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 After do |scenario| # Do something after each scenario. # The +scenario+ argument is optional, but # if you use it, you can inspect status with # the #failed?, #passed? and #exception methods. Rails.cache.clear end