Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use File.expand_path outside temp_dir
According to circumstances, File.dirname(__FILE__) inside temp_dir returns invalid path, so uses File.expand_path('..', __FILE__) outside temp_dir instead of it.
- Loading branch information