Merge branch 'feature/request_spec_generator'

This commit is contained in:
Greg Myers 2019-10-16 21:12:51 +01:00
commit 5ee880b769
4 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ module Rspec
end
def create_spec_file
template 'spec.rb', File.join('spec/requests', "#{controller_path}_spec.rb")
template 'spec.rb', File.join('spec', 'requests', "#{controller_path}_spec.rb")
end
private