diff options
author | Emilio Tagua <miloops@gmail.com> | 2009-07-01 20:36:53 -0300 |
---|---|---|
committer | Emilio Tagua <miloops@gmail.com> | 2009-07-01 20:36:53 -0300 |
commit | 084e4a2dd4322c9ea748a426cb37bf90ab83613d (patch) | |
tree | 90c6130b3f8becfd733618752a0649e932f5d514 /activesupport/test/fixtures | |
parent | 260c847817bbc3ad990609b7e41f787e1d2940ea (diff) | |
parent | 92bff2ebf122252cf3ff64160bdfa9891fcff3f4 (diff) | |
download | rails-084e4a2dd4322c9ea748a426cb37bf90ab83613d.tar.gz rails-084e4a2dd4322c9ea748a426cb37bf90ab83613d.tar.bz2 rails-084e4a2dd4322c9ea748a426cb37bf90ab83613d.zip |
Merge commit 'rails/master'
Diffstat (limited to 'activesupport/test/fixtures')
-rw-r--r-- | activesupport/test/fixtures/omgomg.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/test/fixtures/omgomg.rb b/activesupport/test/fixtures/omgomg.rb new file mode 100644 index 0000000000..a512a93ae4 --- /dev/null +++ b/activesupport/test/fixtures/omgomg.rb @@ -0,0 +1,2 @@ +class OmgOmg +end
\ No newline at end of file |