module Plyushkin::Test::Matchers
Public Instance Methods
hoard(attribute)
click to toggle source
# File lib/plyushkin/test/matchers.rb, line 11 def hoard(attribute) Plyushkin::Test::HoardedAttributeMatcher.new(attribute) end
persist_attribute(name)
click to toggle source
# File lib/plyushkin/test/matchers.rb, line 7 def persist_attribute(name) Plyushkin::Test::PersistedAttributeMatcher.new(name) end