We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Machinist 2 is currently in pre-pre-release mode, so everything here is very rough.
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:
Gemfile
group :test
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