Unused variable warning removed

This commit is contained in:
Rashmi Yadav 2012-11-27 15:24:25 +05:30
parent 1f29aba10e
commit 585e64fb14

@ -110,7 +110,6 @@ def test_rake_test_uncommitted_always_find_git_in_parent_dir
app_name = File.basename(app_path)
app_dir = File.dirname(app_path)
moved_app_name = app_name + '_moved'
moved_app_path = "#{app_path}/#{moved_app_name}"
Dir.chdir(app_dir) do
# Go from "./app/" to "./app/app_moved"