Skip to content

Commit

Permalink
Let's try something
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Nov 7, 2024
1 parent 2ef6965 commit a10b9d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/tasks/foreman_remote_execution_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ namespace :test do
test_dir = File.join(File.dirname(__FILE__), '../..', '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 a10b9d6

Please sign in to comment.