Skip to content

Commit

Permalink
Adding test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Dec 2, 2022
1 parent eb365bf commit 05ef8be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/lib/audited_test.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# frozen_string_literal: true

require "lib/test_helper"
require "primer/view_components/audited"

class Primer::ViewComponents::AuditedTest < Minitest::Test
def test_audited_array_isnt_empty
refute_empty Primer::ViewComponents::AUDITED.keys
end
end

0 comments on commit 05ef8be

Please sign in to comment.