From 9bd007c7c7270f2816c6cde4a40b138edf82130c Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Tue, 8 Aug 2006 22:08:09 +0000 Subject: Add forgotten files; Fix double loading errors. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4730 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/test/autoloading_fixtures/counting_loader.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 activesupport/test/autoloading_fixtures/counting_loader.rb (limited to 'activesupport/test/autoloading_fixtures/counting_loader.rb') diff --git a/activesupport/test/autoloading_fixtures/counting_loader.rb b/activesupport/test/autoloading_fixtures/counting_loader.rb new file mode 100644 index 0000000000..4225c4412c --- /dev/null +++ b/activesupport/test/autoloading_fixtures/counting_loader.rb @@ -0,0 +1,5 @@ +$counting_loaded_times ||= 0 +$counting_loaded_times += 1 + +module CountingLoader +end -- cgit v1.2.3