diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2006-04-04 19:41:38 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2006-04-04 19:41:38 +0000 |
commit | f4382af5434dc37f0792e1f3591d659f28c30051 (patch) | |
tree | 90ed9be038e485805c289520bd8a8b5cba641f5d /activesupport/test | |
parent | ccadfc36953a8547dc9386eb77eb4fc1147817f3 (diff) | |
download | rails-f4382af5434dc37f0792e1f3591d659f28c30051.tar.gz rails-f4382af5434dc37f0792e1f3591d659f28c30051.tar.bz2 rails-f4382af5434dc37f0792e1f3591d659f28c30051.zip |
fsking svn...
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4160 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 |