diff options
Diffstat (limited to 'activeresource/test/fixtures/sound.rb')
-rw-r--r-- | activeresource/test/fixtures/sound.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/activeresource/test/fixtures/sound.rb b/activeresource/test/fixtures/sound.rb deleted file mode 100644 index d9d2b99fcd..0000000000 --- a/activeresource/test/fixtures/sound.rb +++ /dev/null @@ -1,9 +0,0 @@ -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 |