Module: Redpear::Model::Machinist

Defined in:
lib/redpear/model/machinist.rb

Overview

Machinist module for your tests/specs. Example:

# spec/support/blueprints.rb
require "redpear/model/machinist"

Post.blueprint do
  title      { "A Title" }
  created_at { 2.days.ago }
end

Defined Under Namespace

Classes: Blueprint, Lathe