module RSpec::Rails::FeatureCheck

def can_check_pending_migrations?

def can_check_pending_migrations?
  has_active_record_migration? &&
    ::ActiveRecord::Migration.respond_to?(:check_pending!)
end