
To eradicate unnecessary inconsistency. Spec to test the existing `GET logs/:id` remains.
9 lines
148 B
Ruby
9 lines
148 B
Ruby
require 'travis/api/app'
|
|
|
|
class Travis::Api::App
|
|
# Namespace for helpers.
|
|
module Helpers
|
|
Backports.require_relative_dir 'helpers'
|
|
end
|
|
end
|