We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Using Boxer with Rails wiki page where it says:
# Load all of our boxes unless Rails.env.test? Dir[File.join(Rails.root, 'lib', 'boxer', '**', '*.rb')].each do |f| require_dependency f end end
Why wouldn't you want to load the Boxer in the test environment?
We want to make sure these endpoints are working but we are assuming there might be a logical reason why this was suggested. Can anyone clear this up?
cc. @bcoelh0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the Using Boxer with Rails wiki page where it says:
Why wouldn't you want to load the Boxer in the test environment?
We want to make sure these endpoints are working but we are assuming there might be a logical reason why this was suggested. Can anyone clear this up?
cc. @bcoelh0
The text was updated successfully, but these errors were encountered: