Module: RSpec::Rails::HelperExampleGroup::ClassMethods

Defined in:
lib/rspec/rails/example/helper_example_group.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) determine_default_helper_class(ignore)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

12
13
14
# File 'lib/rspec/rails/example/helper_example_group.rb', line 12
def determine_default_helper_class(ignore)
  described_class
end