mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-07 20:40:26 +08:00
Add blank, initial files
This commit is contained in:
parent
10cd494936
commit
6218907d31
2 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
require 'rails_helper'
|
||||||
|
|
||||||
|
describe RepositoryTableStateColumnUpdateService do
|
||||||
|
# TODO
|
||||||
|
end
|
5
spec/services/repository_table_state_service_spec.rb
Normal file
5
spec/services/repository_table_state_service_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
require 'rails_helper'
|
||||||
|
|
||||||
|
describe RepositoryTableStateService do
|
||||||
|
# TODO
|
||||||
|
end
|
Loading…
Add table
Reference in a new issue