Skip to content

Commit

Permalink
Re-enable spec after rubocop-rspec 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning authored and mergify[bot] committed Nov 7, 2020
1 parent 67f782c commit 37467bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/rubocop/cop/generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,7 @@ def on_send(node)
expect(runner.run([])).to be true
end

# TODO: include it back after rubocop-rspec updated to support deep departments names
xit 'generates a spec file that has no offense' do
it 'generates a spec file that has no offense' do
generator.write_spec
expect(runner.run([])).to be true
end
Expand Down

0 comments on commit 37467bc

Please sign in to comment.