Method: RSpec::Core::ExampleGroup#attribute

Defined in:
lib/inspec/rspec_extensions.rb

#attribute(name, options = {}) ⇒ Object



104
105
106
107
# File 'lib/inspec/rspec_extensions.rb', line 104

def attribute(name, options = {})
  Inspec.deprecate(:attrs_dsl, "Input name: #{name}, Profile: #{self.class.metadata[:profile_id]}")
  input(name, options)
end