I hereby claim:
- I am chrishough on github.
- I am chrishough (https://keybase.io/chrishough) on keybase.
- I have a public key ASC-8R7asEgf1NESci99gnaBQnkJRd3oq-z2goTJGK5DpQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
clearing :on | |
directories %w(app lib config spec) \ | |
.select{|d| Dir.exists?(d) ? d : UI.warning("Directory #{d} does not exist")} | |
group :cops do | |
guard 'rake', task: 'myapp:test:rubocop' do | |
watch(%r{(app|lib|spec)/(.+)\.(rb|rake)$}) | |
watch(%r{config/(application|routes).rb}) | |
end |