diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-05-05 11:33:27 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-05-05 16:30:09 +0530 |
commit | 9e8c4679456680faedef9eda79bc09c7716bca99 (patch) | |
tree | 3de2fcc661f07db63b21ab21ca7ce1696785c498 /railties/README.rdoc | |
parent | 227768cbfed31302f6eff892999f1cb281289beb (diff) | |
download | rails-9e8c4679456680faedef9eda79bc09c7716bca99.tar.gz rails-9e8c4679456680faedef9eda79bc09c7716bca99.tar.bz2 rails-9e8c4679456680faedef9eda79bc09c7716bca99.zip |
Fixes warning 'method redefined' in scaffold generators tests
- f1805a697831 Redefined 'test_scaffold_generator_no_assets' twice.
- Only the last instance of these three definitions of the same method
was getting called when the tests were actually running.
- This commit changes names of this method so that all three
definitions will be called
- scaffold.css is not generated by --assets=false switch.
- Test was expecting the presence of the file with --assets=false
- This issue was not discovered in f1805a697831b because it was
redefining the same method twice
Diffstat (limited to 'railties/README.rdoc')
0 files changed, 0 insertions, 0 deletions