0
0
Fork 0

Removing autogenerated test stubs that were not needed

This commit is contained in:
Eugen Rochko 2016-03-18 23:36:54 +01:00
parent 94eb142ab8
commit 7837afbb5f
9 changed files with 9 additions and 89 deletions

View file

@ -4,5 +4,5 @@ RSpec.describe UnfollowService do
subject { UnfollowService.new }
it 'destroys the following relation'
it 'sends remote interactionf or remote user'
it 'sends remote interaction for remote user'
end