diff options
author | Rashmi Yadav <rashmi14yadav@gmail.com> | 2012-11-27 15:24:25 +0530 |
---|---|---|
committer | Rashmi Yadav <rashmi14yadav@gmail.com> | 2012-11-27 15:24:25 +0530 |
commit | 585e64fb14d930fc200b741fbe745214033faadd (patch) | |
tree | 5d97cd513ecf5e33b23982d16c7559d2f6111467 /railties/test | |
parent | 1f29aba10ea586c3855e90bbb457746689b23063 (diff) | |
download | rails-585e64fb14d930fc200b741fbe745214033faadd.tar.gz rails-585e64fb14d930fc200b741fbe745214033faadd.tar.bz2 rails-585e64fb14d930fc200b741fbe745214033faadd.zip |
Unused variable warning removed
Diffstat (limited to 'railties/test')
-rw-r--r-- | railties/test/application/rake_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/test/application/rake_test.rb b/railties/test/application/rake_test.rb index c6aea03d8c..076c5b3bbd 100644 --- a/railties/test/application/rake_test.rb +++ b/railties/test/application/rake_test.rb @@ -110,7 +110,6 @@ module ApplicationTests 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" |