Skip to content

Instantly share code, notes, and snippets.

@benfox1216
Last active May 15, 2020 08:13
Show Gist options
  • Save benfox1216/52b5189d926034db71d0780b57a93e1d to your computer and use it in GitHub Desktop.
Save benfox1216/52b5189d926034db71d0780b57a93e1d to your computer and use it in GitHub Desktop.

Clear out pointless warnings when running rspec
bundle clean --force
bundle

Stop deprecation warnings (add this to your Gemfile)

Deprecate.skip = true if defined?(Deprecate.skip)  
Gem::Deprecate.skip = true if defined?(Gem::Deprecate.skip)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment