lib/rspec/rails/example/model_example_group.rb



module RSpec::Rails
  module ModelExampleGroup
    extend ActiveSupport::Concern
    include RSpec::Rails::RailsExampleGroup

    included do
      metadata[:type] = :model
    end
  end
end