Skip to content

Commit

Permalink
Merge pull request #15684 from bdunne/spec_helper
Browse files Browse the repository at this point in the history
spec_helper is already required in .rspec
  • Loading branch information
chrisarcand authored Jul 28, 2017
2 parents b4d90f7 + 2bee246 commit 5aba12b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions spec/models/middleware_server_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'spec_helper'

describe MiddlewareServer do
subject(:server) { MiddlewareServer.new }

Expand Down
1 change: 0 additions & 1 deletion spec/models/miq_schedule_worker/scheduler_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require "spec_helper"
require 'rufus/scheduler'

describe MiqScheduleWorker::Scheduler do
Expand Down

0 comments on commit 5aba12b

Please sign in to comment.