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
# We need to add context here as otherwise to tell the AI to require our local test_helper.rb file so that we can run the tests after
context_text: "In the output test use `require_relative '../test_helper'` to include 'test_helper'."
# By default, ai_refactor runs "bundle exec rails test" but this isn't going to work here as we are not actually in a Rails app context in the examples