summaryrefslogtreecommitdiff
path: root/spec/support/shared/matchers/exit_with_code.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared/matchers/exit_with_code.rb')
-rw-r--r--spec/support/shared/matchers/exit_with_code.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared/matchers/exit_with_code.rb b/spec/support/shared/matchers/exit_with_code.rb
index 32ebf8db15..cf1825f2ed 100644
--- a/spec/support/shared/matchers/exit_with_code.rb
+++ b/spec/support/shared/matchers/exit_with_code.rb
@@ -1,4 +1,4 @@
-require 'rspec/expectations'
+require "rspec/expectations"
# Lifted from http://stackoverflow.com/questions/1480537/how-can-i-validate-exits-and-aborts-in-rspec
RSpec::Matchers.define :exit_with_code do |exp_code|