summaryrefslogtreecommitdiff
path: root/spec/unit/util/threaded_job_queue_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/util/threaded_job_queue_spec.rb')
-rw-r--r--spec/unit/util/threaded_job_queue_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/util/threaded_job_queue_spec.rb b/spec/unit/util/threaded_job_queue_spec.rb
index 22626328be..e4eb58d8bd 100644
--- a/spec/unit/util/threaded_job_queue_spec.rb
+++ b/spec/unit/util/threaded_job_queue_spec.rb
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-require 'spec_helper'
+require "spec_helper"
class WorkerThreadError < StandardError
end