module RSpec::Rails::FeatureCheck

def has_action_mailbox?

def has_action_mailbox?
  defined?(::ActionMailbox)
end