added cucumber support
This commit is contained in:
parent
63c00881aa
commit
a47f10ce1b
@ -7,7 +7,8 @@ require 'hydra/master'
|
||||
|
||||
class Guard::Hydra < Guard::Guard
|
||||
MATCHERS = {
|
||||
:rspec => '**/*_spec.rb'
|
||||
:rspec => '**/*_spec.rb',
|
||||
:cucumber => '**/**/*{.feature}'
|
||||
}
|
||||
|
||||
def initialize(watchers = [], options = {})
|
||||
|
Loading…
Reference in New Issue
Block a user