rspec-rails
https://github.com/rspec/rspec-rails
Ruby
RSpec for Rails 5+
Rspec::Generators::AuthenticationGenerator#initialize
No Docs, write some!
Edit
git clone [email protected]:rspec/rspec-rails.git
cd rspec-rails
open lib/generators/rspec/authentication/authentication_generator.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Rspec--Generators--AuthenticationGenerator-initialize-for-pr
# Commit to gitgit add lib/generators/rspec/authentication/authentication_generator.rbgit commit -m "better docs for Rspec::Generators::AuthenticationGenerator#initialize"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Rspec--Generators--AuthenticationGenerator-initialize-for-pr
hub pull-request
# Celebrate!