Skip to content

Commit

Permalink
fix broken testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
paragjain0910 committed Jan 13, 2025
1 parent f0b8a6b commit b1e29b8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec/models/repository_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,6 @@
end

describe '#destroy' do
context 'when it is an official repository' do
subject { repository.destroy }

let!(:repository) { create :repository }

it { is_expected.to be_falsey }
end

context 'when it is a custom repository' do
subject { repository.destroy }

Expand Down

0 comments on commit b1e29b8

Please sign in to comment.