Skip to content

Commit

Permalink
Add guard and related gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed May 19, 2013
1 parent 5208186 commit 24c8b8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Guardfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
guard :rspec do
watch(%r{^spec/.+/.+_spec\.rb$})
watch('spec/spec_helper.rb') { "spec" }
end
2 changes: 2 additions & 0 deletions serverspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "highline"
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "guard-rspec"
spec.add_development_dependency "growl"
end

0 comments on commit 24c8b8c

Please sign in to comment.