diff options
Diffstat (limited to 'spec/helpers/releases_helper_spec.rb')
-rw-r--r-- | spec/helpers/releases_helper_spec.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/helpers/releases_helper_spec.rb b/spec/helpers/releases_helper_spec.rb index b7493e84c6a..59a92c067f4 100644 --- a/spec/helpers/releases_helper_spec.rb +++ b/spec/helpers/releases_helper_spec.rb @@ -64,7 +64,9 @@ RSpec.describe ReleasesHelper do release_assets_docs_path manage_milestones_path new_milestone_path - edit_release_docs_path) + upcoming_release_docs_path + edit_release_docs_path + delete_release_docs_path) expect(helper.data_for_edit_release_page.keys).to match_array(keys) end @@ -76,6 +78,7 @@ RSpec.describe ReleasesHelper do group_id group_milestones_available project_path + tag_name releases_page_path markdown_preview_path markdown_docs_path @@ -83,6 +86,7 @@ RSpec.describe ReleasesHelper do manage_milestones_path new_milestone_path default_branch + upcoming_release_docs_path edit_release_docs_path) expect(helper.data_for_new_release_page.keys).to match_array(keys) |