Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 557 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 557 Bytes

Tests

Some ways to invoke tests:

bundle exec appraisal rails-7-1 bundle install
bundle exec appraisal rails-7-1 rake test
BACKTRACE=blegga bundle exec appraisal rails-7-0 rake test TEST=test/lib/nonschema_migrations/railties_test.rb
BUNDLE_GEMFILE=gemfiles/rails_7_1.gemfile bundle exec rake test
BUNDLE_GEMFILE=gemfiles/rails_7_1.gemfile bundle exec ruby test/lib/nonschema_migrations/railties_test.rb
BUNDLE_GEMFILE=gemfiles/rails_7_1.gemfile bundle exec ruby test/lib/nonschema_migrations/railties_test.rb -n test_that_the_up_task_can_run