Sha256: 7af19ca7eb60227c495954889c8b74a5dff6eb33c525d7058dba1ba67018e7eb

Contents?: true

Size: 238 Bytes

Versions: 2

Compression:

Stored size: 238 Bytes

Contents

# frozen_string_literal: true

require 'test_plugin_helper'

class ForemanSupervisoryAuthorityTest < ActiveSupport::TestCase
  setup do
    User.current = User.find_by login: 'admin'
  end

  test 'the truth' do
    assert true
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_supervisory_authority-0.0.2 test/unit/foreman_supervisory_authority_test.rb
foreman_supervisory_authority-0.0.1 test/unit/foreman_supervisory_authority_test.rb