Sha256: 392c669f62068bf73df88e682af2ad21d6d4b94a3cf91a3df658bac283f8672c
Contents?: true
Size: 205 Bytes
Versions: 51
Compression:
Stored size: 205 Bytes
Contents
## # Prefix all test runs with `bundle exec` so the runs use the bundled # environment. module Autotest::Bundler Autotest.add_hook :initialize do |at| at.prefix = "bundle exec " false end end
Version data entries
51 entries across 51 versions & 10 rubygems