Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Guard & Growl
Search
Andrew Thal
May 09, 2012
0
130
Guard & Growl
Andrew Thal
May 09, 2012
Tweet
Share
More Decks by Andrew Thal
See All by Andrew Thal
The Thank You Economy
athal7
0
160
Developing for Multiple Browsers
athal7
1
130
Scala
athal7
4
690
SCSS vs LESS
athal7
4
290
Git Aliases
athal7
6
140
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Optimizing for Happiness
mojombo
378
70k
Into the Great Unknown - MozCon
thekraken
38
1.7k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.4k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
120
52k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Rails Girls Zürich Keynote
gr2m
94
13k
Product Roadmaps are Hard
iamctodd
PRO
53
11k
GitHub's CSS Performance
jonrohan
1031
460k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.2k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
780
Adopting Sorbet at Scale
ufuk
76
9.3k
Transcript
Reduce Test Time sensing a theme?
None
None
None
Guard?
Guard?
Guard?
None
None
gem install guard
gem install guard Guardfile: guard 'rspec', :version => 2 do
watch(%r{^(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } end
gem install guard Guardfile: guard 'rspec', :version => 2 do
watch(%r{^(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } end
gem install guard Guardfile: guard 'rspec', :version => 2 do
watch(%r{^(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } end
None
None
None
Growl?
Growl?
Growl?
Growl?
None
None
None
None
None
gem install growl
None
None
None