feat: add github repository

This commit is contained in:
Adrien Waksberg 2018-07-29 21:06:32 +02:00
parent 5154b4b632
commit 97b9a87d26
16 changed files with 172 additions and 3 deletions

View file

@ -0,0 +1,7 @@
require 'test_helper'
class GithubRepositoryTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end

View file

@ -0,0 +1,7 @@
require 'test_helper'
class RepositoryGithubTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end