• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

curationexperts / cypripedium / c4954ea2-09d8-4dfd-a70c-5cf5441960d7

08 Oct 2024 02:55AM UTC coverage: 93.881%. Remained the same
c4954ea2-09d8-4dfd-a70c-5cf5441960d7

push

circleci

web-flow
[REFACTOR] Clarify Collection sort order test (#603)

This change adds class names to the collection landing page results
to allow us to write more expressive tests.

The tests are  updated to find all the documents in the collection
and test all issue numbers.

The test for selecting a different sort order has also been enabled.

1028 of 1095 relevant lines covered (93.88%)

8.36 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/app/controllers/pages_controller.rb
1
# frozen_string_literal: true
2

3
class PagesController < ApplicationController
2✔
4
  def error_404
2✔
5
    flash[:alert] = 'The page you are looking for does not exist.'
3✔
6
    render file: Rails.root.join('public', '404.html'), status: 404
3✔
7
  end
8
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2024 Coveralls, Inc