summaryrefslogtreecommitdiff
path: root/spec/unit/event_dispatch/dispatcher_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/event_dispatch/dispatcher_spec.rb')
-rw-r--r--spec/unit/event_dispatch/dispatcher_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/event_dispatch/dispatcher_spec.rb b/spec/unit/event_dispatch/dispatcher_spec.rb
index 5a06e1d6d1..eaeb164414 100644
--- a/spec/unit/event_dispatch/dispatcher_spec.rb
+++ b/spec/unit/event_dispatch/dispatcher_spec.rb
@@ -17,8 +17,8 @@
# limitations under the License.
#
-require 'spec_helper'
-require 'chef/event_dispatch/dispatcher'
+require "spec_helper"
+require "chef/event_dispatch/dispatcher"
describe Chef::EventDispatch::Dispatcher do