omniauth-swedbank 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0771558c29f141a92ba04dac605eca8dcc169009
|
4
|
+
data.tar.gz: 4617272b07b93f44b1d9e8526871206e91dfba63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e01dac01185b8e267efded3598fd5f69b8d2dcaa3e6a30847434b5c7a490986f5f3c3684985731914968838cd90b0c7852a1e11002cea2693ed40298b93467c3
|
7
|
+
data.tar.gz: 1008eb879420bde49410875e903dd0d801099c646ebfc4754974937e0923edb6aafb7b80ca43a9ecc9304a08b301e5fe856b0c08c5516771c8ef0ed2967aab66
|
@@ -61,11 +61,11 @@ describe OmniAuth::Strategies::Swedbank do
|
|
61
61
|
|
62
62
|
context 'with default options' do
|
63
63
|
it 'has the default action tag value' do
|
64
|
-
expect(last_response.body).to be_include("action='https://
|
64
|
+
expect(last_response.body).to be_include("action='https://www.swedbank.lv/banklink'")
|
65
65
|
end
|
66
66
|
|
67
67
|
it 'has the default VK_LANG value' do
|
68
|
-
expect(last_response.body).to be_include("action='https://
|
68
|
+
expect(last_response.body).to be_include("action='https://www.swedbank.lv/banklink'")
|
69
69
|
end
|
70
70
|
end
|
71
71
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-swedbank
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MAK IT
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2021-02-26 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: omniauth
|