Top Level Namespace

Defined Under Namespace

Modules: Storexplore Classes: HaveUnique

Instance Method Summary collapse

Instance Method Details

#have_unique(key) ⇒ Object



71
72
73
# File 'lib/storexplore/testing/matchers/have_unique_matcher.rb', line 71

def have_unique(key)
  HaveUnique.new(key)
end