Rails change fixture file lookup path
By default, the Rails fixture_file_upload
helper looks in the spec/fixtures/files
directory.
You can change this default path in your spec helper:
Tweet
By default, the Rails fixture_file_upload
helper looks in the spec/fixtures/files
directory.
You can change this default path in your spec helper:
Tweet