Adding more test stubs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe FanOutOnWriteService do
|
||||
subject { FanOutOnWriteService.new }
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe FavouriteService do
|
||||
subject { FavouriteService.new }
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe PrecomputeFeedService do
|
||||
subject { PrecomputeFeedService.new }
|
||||
end
|
||||
@@ -1,8 +0,0 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe SetupLocalAccountService do
|
||||
subject { SetupLocalAccountService.new }
|
||||
|
||||
it 'creates a user'
|
||||
it 'creates an account for the user'
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe UpdateRemoteProfileService do
|
||||
subject { UpdateRemoteProfileService.new }
|
||||
end
|
||||
Reference in New Issue
Block a user