working
This commit is contained in:
parent
3f7d19cba2
commit
69e883a67a
@ -0,0 +1 @@
|
|||||||
|
require 'guard/rspec-hydra'
|
@ -2,8 +2,7 @@ require 'guard'
|
|||||||
require 'guard/guard'
|
require 'guard/guard'
|
||||||
require 'guard/rspec'
|
require 'guard/rspec'
|
||||||
|
|
||||||
module Guard
|
class Guard::RSpecHydra < Guard::RSpec
|
||||||
class RSpecHydra < Guard::RSpec
|
|
||||||
def initialize(watchers = [], options = {})
|
def initialize(watchers = [], options = {})
|
||||||
super
|
super
|
||||||
|
|
||||||
@ -16,7 +15,7 @@ module Guard
|
|||||||
end
|
end
|
||||||
|
|
||||||
def start
|
def start
|
||||||
UI.info "Guard::Hydra is giving Guard::RSpec super run_all powers. Whoa!"
|
Guard::UI.info "Guard::Hydra is giving Guard::RSpec super run_all powers. Whoa!"
|
||||||
super
|
super
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -33,4 +32,3 @@ module Guard
|
|||||||
File.exist?(@options[:runner_log])
|
File.exist?(@options[:runner_log])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
Loading…
Reference in New Issue
Block a user