diff options
author | Akira Matsuda <ronnie@dio.jp> | 2013-12-19 16:30:16 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2013-12-19 16:30:16 +0900 |
commit | 4e68765cf65a435ef706d875c51bfcfcbd6fef3a (patch) | |
tree | 4fa4d94161d9835a69df7dad842896931f209050 /activesupport/test/fixtures | |
parent | 86dcb555886ea575bce947554d28121861369838 (diff) | |
download | rails-4e68765cf65a435ef706d875c51bfcfcbd6fef3a.tar.gz rails-4e68765cf65a435ef706d875c51bfcfcbd6fef3a.tar.bz2 rails-4e68765cf65a435ef706d875c51bfcfcbd6fef3a.zip |
Unused classes in AS tests
Diffstat (limited to 'activesupport/test/fixtures')
-rw-r--r-- | activesupport/test/fixtures/custom.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/test/fixtures/custom.rb b/activesupport/test/fixtures/custom.rb deleted file mode 100644 index 0eefce0c25..0000000000 --- a/activesupport/test/fixtures/custom.rb +++ /dev/null @@ -1,2 +0,0 @@ -class Custom -end
\ No newline at end of file |