module RSpec::Rails::FixtureSupport::Fixtures
def fixtures(*args)
def fixtures(*args) super.tap do fixture_sets.each_pair do |method_name, fixture_name| proxy_method_warning_if_called_in_before_context_scope(method_name, fixture_name) end end end
def fixtures(*args) super.tap do fixture_sets.each_pair do |method_name, fixture_name| proxy_method_warning_if_called_in_before_context_scope(method_name, fixture_name) end end end