Added a "require" in spec that was making specs failing on Travis CI
This commit is contained in:
parent
aeb2c67c17
commit
32cb5d7bf8
@ -1,4 +1,5 @@
|
|||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
require 'guard/guard'
|
||||||
|
|
||||||
describe Guard::Hook do
|
describe Guard::Hook do
|
||||||
subject { Guard::Hook }
|
subject { Guard::Hook }
|
||||||
|
Loading…
Reference in New Issue
Block a user