Add blank, initial files

This commit is contained in:
Luka Murn 2018-04-20 16:22:42 +02:00
parent 10cd494936
commit 6218907d31
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
require 'rails_helper'
describe RepositoryTableStateColumnUpdateService do
# TODO
end

View file

@ -0,0 +1,5 @@
require 'rails_helper'
describe RepositoryTableStateService do
# TODO
end