-
- Downloads
writing documentation & testing
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 8 additions, 2 deletionsGemfile.lock
- app/controllers/redmine_oauth_controller.rb 2 additions, 6 deletionsapp/controllers/redmine_oauth_controller.rb
- app/views/hooks/_view_account_login_bottom.html.erb 1 addition, 1 deletionapp/views/hooks/_view_account_login_bottom.html.erb
- app/views/settings/_google_settings.html.erb 4 additions, 0 deletionsapp/views/settings/_google_settings.html.erb
- init.rb 2 additions, 2 deletionsinit.rb
- lib/helpers/mail_helper.rb 8 additions, 0 deletionslib/helpers/mail_helper.rb
- test/functional/redmine_oauth_controller_test.rb 29 additions, 11 deletionstest/functional/redmine_oauth_controller_test.rb
... | @@ -5,4 +5,5 @@ gem 'json' | ... | @@ -5,4 +5,5 @@ gem 'json' |
group :development, :test do | group :development, :test do | ||
gem 'mailcatcher' | gem 'mailcatcher' | ||
gem 'pry' | |||
end | end | ||
\ No newline at end of file |
lib/helpers/mail_helper.rb
0 → 100644
Please register or sign in to comment