1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
Commit graph

14 commits

Author SHA1 Message Date
Bobby McDonald
e405613685
Freeze omniauth in test to verify thread safety 2020-12-10 13:04:28 -05:00
Bobby McDonald
94f8f05c95
Merge pull request #962 from hynkle/fix-ambiguous-provider-constant-lookup
limit Builder#provider's symbol lookup to constants under OmniAuth::Strategies
2020-12-10 09:45:42 -05:00
Bobby McDonald
c85c717f0d
Remove init code for builder
Now that rack is locked to > 1.6.2, we don't need all of this custom
logic in the builder initializer. Using a memoizer we can remove the
initial @options set.
2019-11-11 01:44:47 -05:00
Bobby McDonald
8dbc435c8c
Reset config options in between tests
The settings tests were causing tests in other files to fail
depending on the order they were run in. We'll reset the config
values after each expectation.
2019-11-11 00:27:36 -05:00
Bobby McDonald
b0a1c9894b
Increase builder code coverage
For some reason coveralls has decided that various changes in the
gemspec and Gemfile have decreased code coverage by .1%, so let's
go overboard and add a bunch of coverage for the builder.
2019-11-10 23:46:36 -05:00
Jonathan Hinkle
3e4e716506 limit Builder#provider's symbol lookup to constants under OmniAuth::Strategies
i.e., prevent it from finding top-level constants
2019-06-26 16:19:26 -07:00
Erik Michaels-Ober
eb9d0412ae Fix RuboCop offenses introduced in version 0.19.0 2014-03-15 20:43:30 +01: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
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
ab3d87ce58 Adds shared options support in OmniAuth::Builder. Closes #584 2012-04-12 16:01:48 -05:00
Michael Bleigh
4af02425f8 Adds better error for missing provider. Closes #536 2011-11-25 09:03:23 -05:00
Michael Bleigh
3dbfdff127 Merging master. 2011-09-03 15:08:07 -03:00