Skip to content
This repository has been archived by the owner on Jul 16, 2018. It is now read-only.

Commit

Permalink
Merge pull request #37 from alphagov/remove-simplistic-healthcheck-spec
Browse files Browse the repository at this point in the history
Remove simplistic healthcheck spec
  • Loading branch information
benthorner committed Jul 10, 2018
2 parents ce3de92 + f69f345 commit 57e3aa8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions lib/govuk_rails_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ def add_test_coverage_reporter

def add_health_check
app.route %{get "/healthcheck", to: proc { [200, {}, ["OK"]] }}
app.copy_file "templates/spec/requests/healthcheck_spec.rb", "spec/requests/healthcheck_spec.rb"

commit "Add healthcheck endpoint"
end

Expand Down
10 changes: 0 additions & 10 deletions templates/spec/requests/healthcheck_spec.rb

This file was deleted.

0 comments on commit 57e3aa8

Please sign in to comment.