No release in over a year
Committee integration with Rails and Minitest
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Committee::Minitest::Rails

Mintest plugin to generate Open API Spec coverage with Committee and Rails.

Usage

test_helper.rb

Committee::Minitest::Rails.schema_path = "path-to-spec.yml"
# optional
Committee::Minitest::Rails.path_filter = "api"

class ActionDispatch::IntegrationTest
  include Committee::Minitest::Rails::TestMethods
end

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/committee-minitest-rails.