Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Dec 31, 2022
1 parent c3d9a6d commit 866c019
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/diagnostics/rubocop_spec.rb
Expand Up @@ -30,7 +30,6 @@ def bar
rubocop = Solargraph::Diagnostics::Rubocop.new
results = rubocop.diagnose(source, nil)

puts results.inspect
expect(results).to be_one
expect(results.first[:range][:start][:line]).to eq(2)
expect(results.first[:range][:start][:character]).to eq(0)
Expand Down

0 comments on commit 866c019

Please sign in to comment.