Skip to content

Commit d827e4b

Browse files
committed
remove require 'rspec/autorun' due to deprecation warning
1 parent 4baae2a commit d827e4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
ENV['PUSHER_URL']= 'http://some:secret@api.secret.pusherapp.com:441/apps/54'
88

99
require 'rspec'
10-
require 'rspec/autorun'
1110
require 'em-http' # As of webmock 1.4.0, em-http must be loaded first
1211
require 'webmock/rspec'
1312

0 commit comments

Comments
 (0)