Module: CapybaraTestHelpers::BenchmarkHelpers
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/capybara_test_helpers/benchmark_helpers.rb
Overview
Public: Keeps track of the running time for user-defined helpers, useful as a way to keep track of the executed methods, and to easily spot slow operations.
Defined Under Namespace
Modules: ClassMethods