Sha256: 5c25ff32c0ae2a9bff131ac0762842c2c850f65d749118f3f1f3a7edf2c640b5
Contents?: true
Size: 281 Bytes
Versions: 4
Compression:
Stored size: 281 Bytes
Contents
notification :terminal_notifier guard 'rspec', cmd: 'bundle exec rspec --color --format progress' do # watch /lib/ files watch(%r{^lib/(.+).rb$}) do |m| "spec/#{m[1]}_spec.rb" end # watch /spec/ files watch(%r{^spec/(.+).rb$}) do |m| "spec/#{m[1]}.rb" end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
grape-reload-0.1.0 | Guardfile |
grape-reload-0.0.4 | Guardfile |
grape-reload-0.0.3 | Guardfile |
grape-reload-0.0.2 | Guardfile |