-
- Downloads
testing
Showing
- Gemfile 5 additions, 1 deletionGemfile
- Gemfile.lock 43 additions, 0 deletionsGemfile.lock
- app/controllers/redmine_oauth_controller.rb 11 additions, 3 deletionsapp/controllers/redmine_oauth_controller.rb
- test/functional/redmine_oauth_controller_test.rb 61 additions, 14 deletionstest/functional/redmine_oauth_controller_test.rb
... | @@ -2,3 +2,7 @@ source 'http://rubygems.org' | ... | @@ -2,3 +2,7 @@ source 'http://rubygems.org' |
gem 'oauth2' | gem 'oauth2' | ||
gem 'json' | gem 'json' | ||
group :development, :test do | |||
gem 'mailcatcher' | |||
end | |||
\ No newline at end of file |
Please register or sign in to comment