Skip to content
notahat edited this page Aug 23, 2010 · 15 revisions

This wiki is for Machinist 2, which is currently in pre-pre-release mode. For Machinist 1 information, see the readme.

Installation

These instructions are for Rails 3. For other installation options, see the Installation page.

In your app’s Gemfile, in the group :test section, add:

gem 'machinist', '2.0.0.head', :git => 'git://github.com/notahat/machinist.git', :branch => 'machinist2'

Then run:

bundle install
rake machinist:install

Learn more about Installation

Clone this wiki locally