mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
The exact sequence of commands to be able to run the tests wasn't obvious to me so I'm assumiing others could use a hand. I used the factory_girl_rails gem's file as a starting point.
474 B
474 B
Contributing
Fork, then clone the repo:
git clone git@github.com:your-username/swagger_rails.git
cd swagger_rails
Set up your machine:
bundle
cd spec/dummy
bundle exec rake db:setup
cd -
Make sure the tests pass:
bundle exec rspec
Make your change. Add tests for your change. Make the tests pass:
bundle exec rspec
Push to your fork and submit a pull request.