API for blocking and unblocking
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe BlockService do
|
||||
subject { BlockService.new }
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe UnblockService do
|
||||
subject { UnblockService.new }
|
||||
end
|
||||
Reference in New Issue
Block a user