class ActiveAdmin::Dependency::Matcher

def spec!

def spec!
  spec || raise(DependencyError, "To use #{name} you need to specify it in your Gemfile.")
end