module RSpec::Virtus

Constants

VERSION

Public Instance Methods

have_attribute(attribute_name) click to toggle source

rubocop:disable Style/PredicateName

# File lib/rspec_virtus.rb, line 8
def have_attribute(attribute_name)
  Matcher.new(attribute_name)
end