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

pulibrary / oawaiver / 40ca2f09-e694-44a5-b909-7cce179b9e67

11 Jul 2024 05:42PM UTC coverage: 0.0% (-80.4%) from 80.383%
40ca2f09-e694-44a5-b909-7cce179b9e67

push

circleci

jrgriffiniii
Trying to expand the RSpec test suite for EmployeesController#ajax_search

0 of 1206 relevant lines covered (0.0%)

0.0 hits per line

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

0.0
/app/controllers/concerns/waiver/authentication.rb
1
# frozen_string_literal: true
2

3
module Waiver
×
4
  module Authentication
×
5
    DEFAULT_ALLOWED_IPS = "0.0.0.0"
×
6

7
    def self.allowed_hosts
×
8
      @allowed_hosts ||= DEFAULT_ALLOWED_HOSTS
×
9
    end
×
10

11
    def self.allowed_hosts=(values)
×
12
      @allowed_hosts = values
×
13
    end
×
14

15
    def self.set_allowed_ips(values)
×
16
      @allowed_hosts = values
×
17
    end
×
18

19
    def self.set_authorized_user(session, value)
×
20
      session[:cas_user] = value
×
21
    end
×
22
  end
×
23
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

© 2025 Coveralls, Inc