improve fail warning. thanks @arlimus

This commit is contained in:
Christoph Hartmann 2015-10-25 21:47:27 +01:00
parent 2fe8ba56a3
commit b7777d265e

View file

@ -26,7 +26,7 @@ module Vulcano::Resources
end
def contain(*_)
fail '`contain` will not be implemented. Use standard RSpec matcher.'
fail 'Contain is not supported. Please use standard RSpec matchers.'
end
def readable?(by_owner, by_user)