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

Machinist 2 is currently in pre-pre-release mode, so everything here is very rough.

Installation

For Rails 3, edit your app’s Gemfile and, inside 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