X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/549f4a1deddb41f6abbc493a660d9fb0976da91a..a942e37250873d383bd885ba0dba70c63b3c073d:/services/api/test/functional/arvados/v1/commits_controller_test.rb diff --git a/services/api/test/functional/arvados/v1/commits_controller_test.rb b/services/api/test/functional/arvados/v1/commits_controller_test.rb index 788cd83c79..f7f99d1bcf 100644 --- a/services/api/test/functional/arvados/v1/commits_controller_test.rb +++ b/services/api/test/functional/arvados/v1/commits_controller_test.rb @@ -1,5 +1,5 @@ require 'test_helper' -load 'test/functional/arvados/v1/git_setup.rb' +require 'helpers/git_test_helper' # NOTE: calling Commit.find_commit_range(user, nil, nil, 'rev') will produce # an error message "fatal: bad object 'rev'" on stderr if 'rev' does not exist @@ -13,7 +13,7 @@ class Arvados::V1::CommitsControllerTest < ActionController::TestCase fixtures :repositories, :users # See git_setup.rb for the commit log for test.git.tar - include GitSetup + include GitTestHelper test "test_find_commit_range" do authorize_with :active