module Storext::Matchers
Constants
- VERSION
Public Instance Methods
have_attribute(name, type = nil)
click to toggle source
# File lib/storext/matchers.rb, line 7 def have_attribute(name, type = nil) HaveAttributeMatcher.new(name, type) end