require 'foreman_pipeline_plugin_test_helper'
class IntegrationTest < ActiveSupport::TestCase
# setup do
# User.current = User.admin
# end
test "the truth" do
assert true
end