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