Shopify / measured

Encapsulate measurements and their units in Ruby and Ruby on Rails.
MIT License
337 stars 28 forks source link

Do not require pry in CI #115

Closed kmcphillips closed 6 years ago

kmcphillips commented 6 years ago

This prevents pry from being loaded in the CI environment. This would have failed tests in #102 and will prevent this kind of thing from happening again. Great suggestion from @sshaw in #104.

Tested by referencing Pry in a test and it failed in CI: job__623_1_-_shopify_measured_-_travis_ci

kmcphillips commented 6 years ago

I think this is just as good. It's such a valuable tool for writing tests and doing REPL driven development.