Skip to content

Commit

Permalink
Change test path
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-isler committed May 5, 2024
1 parent 2c7f887 commit 894ddd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ end
desc 'Test Ruby code.'
task :test_ruby do
file = ENV.fetch('TEST', nil)
file = "test/#{file}" if file
sh "cd ../.. && RAILS_ENV=test rake test TEST=plugins/redmine_tracky/#{file}"
file = "/test/#{file}" if file
sh 'cd ../.. && RAILS_ENV=test rake test TEST=plugins/redmine_tracky'.append(file)
end

desc 'Test JavaScript code.'
Expand Down

0 comments on commit 894ddd7

Please sign in to comment.