Commit Graph

25 Commits

Author SHA1 Message Date
Bobby McDonald 2242e6467c
Merge pull request #995 from BobbyMcWho/increase-test-coverage
Increase test coverage
2020-12-08 10:48:27 -05:00
Bobby McDonald ad6228c04e
Add cross site protection via rack-protection 2020-12-06 23:30:07 -05:00
Bobby McDonald b918891d08
Add an additional test to test replacement 2020-03-03 09:50:44 -05:00
Bobby McDonald 5c48888e85
Increase test coverage 2020-03-02 15:09:14 -05:00
Bobby McDonald 790d354c88
OmniAuth::Utils.camelize now properly handles passing false param 2020-03-02 15:07:25 -05:00
Erik Michaels-Ober e919068ec5 Fix RuboCop offenses 2017-01-17 08:50:31 -08:00
Erik Michaels-Ober 8d4ec79835 Avoid comma after the last item of a hash 2015-12-19 06:10:33 -05:00
Fujimura Daisuke 9669152851 Fix code format 2015-11-11 13:14:34 +09:00
Fujimura Daisuke 08ecbbfa1d Stop mutating given hash in #add_mock 2015-11-11 13:07:57 +09:00
Tom Milewski 24c97925d6 Update to Rubocop 0.28.0 2014-12-25 16:29:22 -05:00
Erik Michaels-Ober aa89cf529f Update rubocop dependency to >= 0.25 2014-08-18 13:21:39 +02:00
Erik Michaels-Ober 6da9a1396c Use RSpec expectation syntax 2014-01-16 06:04:44 +01:00
Erik Michaels-Ober d9683a8880 Fix RuboCop offenses 2014-01-16 05:22:36 +01:00
Tom Milewski 74bcbd7122 Ensure hook names are descriptive enough.
before_options_phase
before_request_phase
before_callback_phase
2013-09-02 21:05:18 -04:00
Tom Milewski c3942078cf Fix up specs from bleeding into others
Merge branch 'hooks' of github.com:cromulus/omniauth into cromulus-hooks

Conflicts:
	lib/omniauth.rb
2013-09-02 15:12:52 -04:00
Bill Cromie bb59e70168 Merge branch 'master' of git://github.com/intridea/omniauth into hooks 2013-08-16 16:47:35 -04:00
Erik Michaels-Ober cce54a8eb8 Replace mock with double 2013-07-09 10:17:30 +02:00
Erik Michaels-Ober 3befe4c4e6 Replace stub with allow...to receive 2013-07-09 10:17:30 +02:00
Bill Cromie e9e8a6a0d2 got the hooks working, but insofar as testing anything other than just creating the hooks, I'll have to get to that later 2013-04-01 13:42:24 -04:00
Erik Michaels-Ober 213451064d Rename spec_helper -> helper 2013-02-25 16:05:37 -08:00
Erik Michaels-Ober 94772cfbfe Convert to the new RSpec expectation syntax 2012-10-10 01:36:06 -07:00
Michael Bleigh 1a16151ab6 Adds logging. Closes #583 2012-04-12 15:50:13 -05:00
dombi.attila 2f35ace86d mock_auth default is now an AuthHash instead of hash. 2012-01-05 12:44:51 +02:00
Michael Bleigh 53bc3f5741 Small but powerful change: Strategy options now inherit from a default, are Mashes, and can be declaratively configured. 2011-09-26 11:44:17 -05:00
Michael Bleigh 98bc2b9a4a Camelizations are now added through OmniAuth.config 2011-09-22 18:49:22 -05:00