aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/fixtures
diff options
context:
space:
mode:
authorMikel Lindsaar <raasdnil@gmail.com>2010-01-31 16:27:24 +1100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-31 09:46:30 -0800
commit2ebea1c02d10e0fea26bd98d297a8f4d41dc1aff (patch)
treec85ae3de692c1ac783e67f11e71b8336902d8341 /activesupport/test/fixtures
parentb3a028259f373fd58fea2171a1e9e8b2fe3e253a (diff)
downloadrails-2ebea1c02d10e0fea26bd98d297a8f4d41dc1aff.tar.gz
rails-2ebea1c02d10e0fea26bd98d297a8f4d41dc1aff.tar.bz2
rails-2ebea1c02d10e0fea26bd98d297a8f4d41dc1aff.zip
deOMGifying Railties, Active Support, and Action Pack
Diffstat (limited to 'activesupport/test/fixtures')
-rw-r--r--activesupport/test/fixtures/custom.rb2
-rw-r--r--activesupport/test/fixtures/omgomg.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/test/fixtures/custom.rb b/activesupport/test/fixtures/custom.rb
new file mode 100644
index 0000000000..0eefce0c25
--- /dev/null
+++ b/activesupport/test/fixtures/custom.rb
@@ -0,0 +1,2 @@
+class Custom
+end \ No newline at end of file
diff --git a/activesupport/test/fixtures/omgomg.rb b/activesupport/test/fixtures/omgomg.rb
deleted file mode 100644
index a512a93ae4..0000000000
--- a/activesupport/test/fixtures/omgomg.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-class OmgOmg
-end \ No newline at end of file