Skip to content

Commit

Permalink
Run Foreman permission tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastian-src committed Dec 6, 2024
1 parent 43da54b commit eb6ff54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/tasks/foreman_resource_quota_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ end
namespace :test do
desc 'Test ForemanResourceQuota'
Rake::TestTask.new(:foreman_resource_quota) do |t|
test_dir = File.expand_path('../../test', __dir__)
t.libs << 'test'
t.libs << test_dir
test_dir = File.join(__dir__, '..', '..', 'test')
t.libs << ['test', test_dir]
t.pattern = "#{test_dir}/**/*_test.rb"
t.test_files = [Rails.root.join('test/unit/foreman/access_permissions_test.rb')]
t.verbose = true
t.warning = false
end
Expand Down

0 comments on commit eb6ff54

Please sign in to comment.