Skip to content

Commit

Permalink
Merge pull request #8336 from rashmi14yadav/warning_removed
Browse files Browse the repository at this point in the history
Unused variable warning removed
  • Loading branch information
carlosantoniodasilva committed Nov 27, 2012
2 parents 1f29aba + 585e64f commit 56aba69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion railties/test/application/rake_test.rb
Expand Up @@ -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"
Expand Down

0 comments on commit 56aba69

Please sign in to comment.