Skip to content

Commit

Permalink
add guard
Browse files Browse the repository at this point in the history
  • Loading branch information
pwim committed May 12, 2012
1 parent 321dc39 commit 597e5cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Guardfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
guard 'rspec', :version => 2 do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec" }
watch('spec/spec_helper.rb') { "spec" }
end
1 change: 1 addition & 0 deletions mixpanel_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'steak'
s.add_development_dependency 'steak'
s.add_development_dependency 'rspec-rails'
s.add_development_dependency 'guard-rspec'
end

0 comments on commit 597e5cc

Please sign in to comment.