Skip to content

Commit

Permalink
use directories() in Guardfile
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Nov 26, 2014
1 parent 7bb9f04 commit ce987db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/Guardfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
directories %w(spec lib config features)

group :specs, halt_on_fail: true do
guard :rspec, cmd: "bundle exec rspec", failed_mode: :keep do
watch(%r{^spec/.+_spec\.rb$})
Expand Down

0 comments on commit ce987db

Please sign in to comment.