mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 11:34:13 +00:00
Feedback page (#1160)
* Add feedback page * Only show latest release on changelog * Constrain changelog height * Ignore sanitization warning for Github content * Add cassette for Github release notes * Lint fix
This commit is contained in:
@@ -9,4 +9,11 @@ class PagesControllerTest < ActionDispatch::IntegrationTest
|
||||
get root_path
|
||||
assert_response :ok
|
||||
end
|
||||
|
||||
test "changelog" do
|
||||
VCR.use_cassette("git_repository_provider/fetch_latest_release_notes") do
|
||||
get changelog_path
|
||||
assert_response :ok
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user