0
0
Fork 0

API for blocking and unblocking

This commit is contained in:
Eugen Rochko 2016-10-03 18:17:06 +02:00
parent 2c9e672ee2
commit 7b9a4af311
10 changed files with 106 additions and 8 deletions

View file

@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe BlockService do
subject { BlockService.new }
end

View file

@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe UnblockService do
subject { UnblockService.new }
end