diff options
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/core_ext/symbol_tests.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/activesupport/test/core_ext/symbol_tests.rb b/activesupport/test/core_ext/symbol_tests.rb deleted file mode 100644 index ae2c585fc2..0000000000 --- a/activesupport/test/core_ext/symbol_tests.rb +++ /dev/null @@ -1,8 +0,0 @@ -require 'test/unit' -require File.dirname(__FILE__) + '/../../lib/active_support/core_ext/symbol' - -class TestSymbol < Test::Case::TestUnit - def test_to_proc - assert_equal %w(one two three), [:one, :two, :three].map &:to_s - end -end |