Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Rubocop review.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankakesa committed May 3, 2016
1 parent 4bde51d commit 8c0ec24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/memory_test.rb
Expand Up @@ -7,9 +7,11 @@

MemoryProfiler.report(trace: [Netsoul::Client]) do
100.times do
# rubocop:disable all
begin
Netsoul::Client.new({}).connect
rescue
end
# rubocop:enable all
end
end.pretty_print

0 comments on commit 8c0ec24

Please sign in to comment.