travis-api/spec/unit/endpoint/branches_spec.rb
Konstantin Haase 143a9cd071 Revert "removed the branches endpoint"
This reverts commit f7450cdb6b.
2014-06-17 14:44:13 +02:00

6 lines
100 B
Ruby

require 'spec_helper'
describe Travis::Api::App::Endpoint::Branches do
it 'has to be tested'
end