module RSpec::Rails::FeatureCheck

def has_active_record_migration?

def has_active_record_migration?
  has_active_record? && defined?(::ActiveRecord::Migration)
end