Sha256: b2c66d45a4468267950f154ccd96ccd266def668fecfc6c6a8e2ebacd7047b6a

Contents?: true

Size: 197 Bytes

Versions: 5

Compression:

Stored size: 197 Bytes

Contents

require 'test_plugin_helper'

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

  test 'the truth' do
    assert true
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_statistics-1.0.0 test/unit/foreman_statistics_test.rb
foreman_statistics-0.1.3 test/unit/foreman_statistics_test.rb
foreman_statistics-0.1.2 test/unit/foreman_statistics_test.rb
foreman_statistics-0.1.1 test/unit/foreman_statistics_test.rb
foreman_statistics-0.1.0 test/unit/foreman_statistics_test.rb