diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-01-18 00:26:17 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-01-18 00:46:01 -0200 |
commit | 8470fc9902b97a5341d3afc5cab1a361d21e52de (patch) | |
tree | b271da1f5ff7e0feb15e465906a86b7643bc4092 /railties/bin | |
parent | b64b7d09c0331e04304c4b6c49f5c314f414475f (diff) | |
download | rails-8470fc9902b97a5341d3afc5cab1a361d21e52de.tar.gz rails-8470fc9902b97a5341d3afc5cab1a361d21e52de.tar.bz2 rails-8470fc9902b97a5341d3afc5cab1a361d21e52de.zip |
Fix errors when running entire suite due to class name collision
The Post class is created everywhere in the test suite, and due to that
when applying the Array() logic to refactor content_tag_for, some other
change to the Post class was breaking record tag tests.
The solution is to rename the class to not collide with others
already defined in the test suite.
Diffstat (limited to 'railties/bin')
0 files changed, 0 insertions, 0 deletions