Sha256: d193653b760810b92ae52058eb691c411f7c5f5b866e06fb2d2e34ad49e25bc0

Contents?: true

Size: 197 Bytes

Versions: 6

Compression:

Stored size: 197 Bytes

Contents

require 'test_plugin_helper'

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

  test 'the truth' do
    assert true
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
the_foreman_proxmox-0.3.5 test/unit/the_foreman_proxmox_test.rb
the_foreman_proxmox-0.3.4 test/unit/the_foreman_proxmox_test.rb
the_foreman_proxmox-0.3.3 test/unit/the_foreman_proxmox_test.rb
the_foreman_proxmox-0.3.2 test/unit/the_foreman_proxmox_test.rb
the_foreman_proxmox-0.3.1 test/unit/the_foreman_proxmox_test.rb
the_foreman_proxmox-0.3.0 test/unit/the_foreman_proxmox_test.rb