suite_condition("Ruby 1.9.2 and newer include JSON automatically") do
  RUBY_VERSION == "1.8.7"
end

gemfile <<-RB
  # Special non-JSON-gem-containing environment. 'json' is commented out
  # to prevent the multiverse runner from adding it automatically.

  # gem 'json'
  gem 'rack'
  gem 'rack-test'
RB
