Skip to content

Commit

Permalink
Update Guardfile to respect puppetx directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Thebo committed Aug 15, 2012
1 parent 2200abf commit 1c53fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
Expand Up @@ -3,7 +3,7 @@

guard 'rspec', :version => 2 do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/unit/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }
end

0 comments on commit 1c53fa1

Please sign in to comment.