aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/fixtures/sound.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activeresource/test/fixtures/sound.rb')
-rw-r--r--activeresource/test/fixtures/sound.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/activeresource/test/fixtures/sound.rb b/activeresource/test/fixtures/sound.rb
index 5c0ef5d55c..d9d2b99fcd 100644
--- a/activeresource/test/fixtures/sound.rb
+++ b/activeresource/test/fixtures/sound.rb
@@ -1,5 +1,9 @@
-module Asset
+module Asset
class Sound < ActiveResource::Base
self.site = "http://37s.sunrise.i:3000"
end
end
+
+# to test namespacing in a module
+class Author
+end \ No newline at end of file