Skip to content

Commit 9d10c76

Browse files
committed
wip
1 parent 54a0afb commit 9d10c76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example_app_generator/generate_stuff.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def using_source_path(path)
127127
end
128128

129129
gsub_file 'spec/spec_helper.rb', /^=(begin|end)/, ''
130+
append_to_file 'spec/spec_helper.rb', "require 'rails-controller-testing'\n"
130131

131132
# Warnings are too noisy in the sample apps
132133
gsub_file 'spec/spec_helper.rb',

0 commit comments

Comments
 (0)