Alex's Slip-box

These are my org-mode notes in sort of Zettelkasten style

Spring with RSpec

# With docker images built for a different environment

Consider this a case where you can’t immediately use gems in the group :development You might have a /bundle/config file that looks like:

---
BUNDLE_WITHOUT: "development"
  • bundle config unset --local without : Removes the BUNDLE_WITHOUT setting.
  • bundle install : Will install the development environment gems.
  • bin/spring rspec : Use Spring

Bundle config docs

Search Results