Remove useless subject definition on the Geo project sync worker spec

parent f6a40de8
require 'rails_helper'
RSpec.describe Geo::ProjectSyncWorker do
subject { described_class.new }
describe '#perform' do
let(:project) { create(:empty_project) }
let(:repository_sync_service) { spy }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment