Displaying 1 result from an estimated 1 matches for "resourcetest".
Did you mean:
resource_test
2006 Jan 17
0
file_column with both root_path and store_dir
...\./, "#{e.image} is not a simple path"
assert_match %r{/u/file_column_db/somebodys_account/images},
e.image
end
def store_dir_method
File.join("somebodys_account", "images")
end
This fails with:
1) Failure:
test_absolute_path_outside_rails_root(ResourceTest) [test/unit/
resource_test.rb:254]:
<"/usr/home/ryenski/sites/my_app/somebodys_account/images/tmp/
1137483590.895686.58774/kerb.jpg"> expected to be =~
</\/u\/file_column_db\/somebodys_account\/images/>.
Any ideas would be appreciated!
Thanks,
Ryan