As Bennett is targeted to Ruby on Rails projects, commands are usually the same, it would be nice to have some sort of templates.
I can think of 2 commands which will almost always be present:
bundle install
bundle exec rake db:reset RAILS_ENV=test
Then the actual tests will be a variant of
bundle exec rake test
bundle exec rspec
bundle exec cucumber
It could also give users ideas on what else they can do, for example we added this to one of our projects to automatically deploy to staging if all tests pass:
As Bennett is targeted to Ruby on Rails projects, commands are usually the same, it would be nice to have some sort of templates.
I can think of 2 commands which will almost always be present:
Then the actual tests will be a variant of
It could also give users ideas on what else they can do, for example we added this to one of our projects to automatically deploy to staging if all tests pass:
https://bennett.uservoice.com/forums/161040-general/suggestions/2831944-suggest-default-commands