Skip to content

Commit

Permalink
Remove redundant subject
Browse files Browse the repository at this point in the history
  • Loading branch information
moozzi committed Jan 25, 2024
1 parent 75f1c6a commit ac80f40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/cli/commands/download_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
let(:yaml_result) { { 'download_wordlist' => { url: url } } }

describe '#run' do
subject { described_class.new }

context 'when the url is provided' do
it 'must call download with the URL' do
expect(subject).to receive(:download).with(url)
Expand Down

0 comments on commit ac80f40

Please sign in to comment.