Skip to content

Commit

Permalink
skip guard-yard for specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Cheung committed Mar 28, 2012
1 parent 9b7cd01 commit e1922fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end


begin begin
guard 'yard', :stdout => '/dev/null' do guard 'yard', :stdout => '/dev/null' do
watch(%r{lib/.+\.rb}) watch(%r{^lib/.+\.rb})
end end
rescue => e rescue => e
end end

0 comments on commit e1922fc

Please sign in to comment.