fix specs

This commit is contained in:
James Lopez 2018-02-08 16:12:28 +01:00
parent 6d885f9c92
commit 5fc3ff9893
No known key found for this signature in database
GPG Key ID: 756BF8E9D7C0CF39
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ module BlobHelper
button_tag edit_text,
class: "#{common_classes} js-edit-blob-link-fork-toggler",
data: { action: 'edit', fork_path: fork_path }
data: { action: action, fork_path: fork_path }
end
def edit_button_tag(button_text, common_classes)