Skip to content

Commit 580d321

Browse files
committed
ensure rspec-core is loaded
1 parent ae099c8 commit 580d321

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

lib/rspec/autotest.rb

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
require 'rspec/autotest/version'
1+
require 'rspec/core'
22
require 'autotest'
33

4-
module RSpec
5-
module Autotest
6-
end
7-
end
8-
94
# Derived from the `Autotest` class, extends the `autotest` command to work
105
# with RSpec.
116
#
12-
class Autotest::Rspec2 < ::Autotest
7+
class Autotest::Rspec2 < Autotest
138

149
def initialize
1510
super()

0 commit comments

Comments
 (0)