Skip to content

Commit 71a2dad

Browse files
committed
debug
1 parent 0873e3c commit 71a2dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_app_generator/generate_app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
gsub_file "Gemfile", /.*debugger.*/, ''
2323

2424
if Rails::VERSION::STRING >= '5.0.0'
25-
append_to_file('Gemfile', "gem 'rails-controller-testing'\n")
25+
append_to_file('Gemfile', "gem 'rails-controller-testing', github: 'yujinakayama/rails-controller-testing', branch: 'debug'\n")
2626
end
2727

2828
# Nokogiri version is pinned in rspec-rails' Gemfile since it tend to cause installation problems

0 commit comments

Comments
 (0)