Skip to content

Commit 61fd08c

Browse files
committed
Removes require 'spec_helper' from generated spec_helper
Fixes #855
1 parent d21509b commit 61fd08c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/generators/rspec/install/templates/spec/spec_helper.rb.tt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
ENV["RAILS_ENV"] ||= 'test'
33
require File.expand_path("../../config/environment", __FILE__)
44
require 'rspec/rails'
5-
require 'rspec/autorun'
65

76
# Requires supporting ruby files with custom matchers and macros, etc, in
87
# spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are

0 commit comments

Comments
 (0)