summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-02-15 10:24:42 +0100
committerJames Lopez <james@jameslopez.es>2018-02-23 14:02:40 +0100
commit50ccc6dcc79d5864f5fb9e18e2c586fd3e5f9218 (patch)
treebbc1bad4d886eaaa63a4e3015929b174ce54b387
parentfd1c4f5f191bfb900f315a6498e42f8ac84c4b22 (diff)
downloadgitlab-ce-50ccc6dcc79d5864f5fb9e18e2c586fd3e5f9218.tar.gz
fix specs
-rw-r--r--app/helpers/blob_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/blob_helper.rb b/app/helpers/blob_helper.rb
index 7e40e554c60..d520f2ed068 100644
--- a/app/helpers/blob_helper.rb
+++ b/app/helpers/blob_helper.rb
@@ -329,7 +329,7 @@ module BlobHelper
def edit_modify_file_fork_params(action)
{
- to: request.full_path,
+ to: request.fullpath,
notice: edit_in_new_fork_notice_action(action),
notice_now: edit_in_new_fork_notice_now
}