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
140
Scala
athal7
4
700
SCSS vs LESS
athal7
4
300
Git Aliases
athal7
6
140
Featured
See All Featured
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Building an army of robots
kneath
306
46k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Balancing Empowerment & Direction
lara
2
580
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.6k
It's Worth the Effort
3n
187
28k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
283
13k
A Modern Web Designer's Workflow
chriscoyier
695
190k
How to Ace a Technical Interview
jacobian
279
23k
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