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

17 commits

Author SHA1 Message Date
Bobby McDonald
5c48888e85
Increase test coverage 2020-03-02 15:09:14 -05:00
tmilewski
c4fc115f3b
Fix Rubocop Offenses 2017-09-28 13:07:45 -04:00
Evgeny
a8cbb466d8 Fix code style offences 2017-02-12 11:20:08 +03:00
Evgeny
40d8bd35bf Merge branch 'master' of github.com:omniauth/omniauth into ensure-info-is-hash 2017-02-12 11:09:55 +03:00
Michael Herold
00481a9edc Silence Hashie::Mash logger on Hashie 3.5.0+
We introduced a new logger for Mash due to the huge number of issues
that we get where people try to set keys on their Mash. This change
silences the info messages that get logged when a Mash has a conflict
with a method name.

I had to do this in a kind of hacky way. Since OmniAuth supports Hashie
versions `>= 1.2, < 4`, I can't just hook into the method that we'll be
adding in 3.5.2. As such, I apply an override for the logging method if
the disable method isn't present.

I'm also only overriding the method in versions that have the logging
capability.
2017-02-05 15:35:08 -06:00
Eugene
ed89156612 Update AuthHash#regular_writer to ensure that #info is a Hash 2016-05-24 03:01:42 +03:00
Erik Michaels-Ober
8d4ec79835 Avoid comma after the last item of a hash 2015-12-19 06:10:33 -05:00
Erik Michaels-Ober
aa89cf529f Update rubocop dependency to >= 0.25 2014-08-18 13:21:39 +02:00
Peter M. Goldstein
4984738b62 Bump up RSpec version. Fix typo in spec. Switch to pry-byebug for MRI 2.1, so bundle works 2014-06-03 10:37:46 -07:00
Erik Michaels-Ober
93fdee8b56 Use gender-neutral example name 2014-01-16 05:22:36 +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
6d0e5c9cf5 Uses Hashie 1.2 to prevent pollution of subhashes in InfoHash. Closes #495 2011-10-15 03:15:45 -05:00
Michael Bleigh
bf00970f21 Refactor auth_hash to put name back in info. That's where it belongs. 2011-09-27 12:36:05 -05:00
Michael Bleigh
5733f9a8e0 Beefed up the AuthHash, pulled name out to the root, specs for #to_hash. 2011-09-22 12:56:36 -05:00
Michael Bleigh
cc73281406 Clearing out everything to move towards the new 1.0 independent gems strategy. 2011-09-03 21:26:57 -03:00
Renamed from oa-core/spec/omniauth/auth_hash_spec.rb (Browse further)