You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add rails_available? check to prevent nil Rails.application
The previous implementation didn't check if Rails.application was available
before calling load_tasks, which caused test failures. This adds the
rails_available? method to check if Rails is properly initialized.
Also updates run_rake_task_directly to use task.reenable for better
re-execution support.
Fixes RSpec test failures in pack_generator_spec.rb
0 commit comments