rails/actionview/test/actionpack
Xavier Noria d345ce9630 revises a test to account for case-insensitive file systems
The patched test assumed the file system is case-sensitive, but that is not
necessarily the case. In particular, this test did not pass in the recommended
setup for the dev box, because the /vagrant shared folder is case-insensitive.

After looking at some gems that provide access to file system metadata I have
chosen to go with the check you can see in the patch because, albeit it's a bit
dirty creating a file, it is super easy to understand and clearly portable.

References https://github.com/rails/rails-dev-box/issues/102.
2015-05-21 21:45:51 +02:00
..
abstract Cleaning unused views from actionpack tests inside actionview 2015-03-14 16:32:03 -03:00
controller revises a test to account for case-insensitive file systems 2015-05-21 21:45:51 +02:00