Sha256: 8f2844aa43fdd419d40e3bc5c0089b2d33bd12085cc2f1d1cc18cae3dfefa043
Contents?: true
Size: 273 Bytes
Versions: 3
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true # More info at https://github.com/guard/guard#readme directories %w[app lib test] guard :minitest, bundler: true do watch(%r{^app/(.+)\.rb$}) { 'test' } watch(%r{^lib/(.+)\.rb$}) { 'test' } watch(%r{^test/(.+)\.rb$}) { 'test' } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rails_material_design_icons-6.5.95 | Guardfile |
rails_material_design_icons-0.7.0 | Guardfile |
rails_material_design_icons-0.6.0 | Guardfile |