Package: ruby-omniauth-crowd / 2.2.3-2

Metadata

Package Version Patches format
ruby-omniauth-crowd 2.2.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove bundler.patch | (download)

spec/spec_helper.rb | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove usage of bundler during tests
fix test header.patch | (download)

spec/omniauth/strategies/crowd_spec.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix test to match new webmock syntax.
 In new webmock syntax, assertion on response code is done using a key to the
 headers. Direct usage of code as a hash key is deprecated.