This means that the gem must be able to report data as well requiring the environment to not be a development_environment. This should prevent any unexpected Insights related code to run in dev or test environments.
Before submitting a pull request, please make sure the following is done:
If you've fixed a bug or added code that should be tested, add tests!
This means that the gem must be able to report data as well requiring the environment to not be a
development_environment
. This should prevent any unexpected Insights related code to run in dev or test environments.Before submitting a pull request, please make sure the following is done:
rake spec
in the repository root.