Skip to content

Commit

Permalink
Merge pull request #754 from EiNSTeiN-/patch-1
Browse files Browse the repository at this point in the history
Fix redundant `Util::` namespacing
  • Loading branch information
bblimke committed Apr 6, 2018
2 parents fc1536d + 3d34be7 commit cf37b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webmock/util/hash_counter.rb
Expand Up @@ -2,7 +2,7 @@

module WebMock
module Util
class Util::HashCounter
class HashCounter
attr_accessor :hash
def initialize
self.hash = {}
Expand Down

0 comments on commit cf37b09

Please sign in to comment.