gennaro 0.3.1 → 0.3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gennaro/version.rb +1 -1
- data/templates/authentication/config.ru +1 -1
- data/templates/authentication/spec/user_spec.rb +0 -10
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8fa54f044221ea0cd5dac9a02f18d8c5042b547c
|
4
|
+
data.tar.gz: e1ad1f09ab1f55a14bec6e61edaf9707f718165f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d314b58167bd5320fbfb5e46241bd5e547f07d08b44620c79f3417e29f4e45091896d3a1c3e6a99e2ed02f7ac8bfe4c9649c271432eaf21dab425ebf98874514
|
7
|
+
data.tar.gz: 0e987c997b3784438203c5a983b2dce4d6b06bdd3fbd16bd79bc995cc53974054134e9747d2bbd9f9ed5076a0053685b99eb5d52b6352a9bb945d9a4e97594e4
|
data/lib/gennaro/version.rb
CHANGED
@@ -60,14 +60,4 @@ describe 'App' do
|
|
60
60
|
|
61
61
|
User.login(username, new_password).should be_true
|
62
62
|
end
|
63
|
-
|
64
|
-
it 'set a new password' do
|
65
|
-
username = 'Gennaro'
|
66
|
-
curr_password = 'sonounnuovobullo!'
|
67
|
-
password = 'sonopropriounbullo!'
|
68
|
-
|
69
|
-
User.login(username, curr_password).should be_true
|
70
|
-
User.new_password(username, curr_password, password).should be_true
|
71
|
-
User.login(username, password).should be_true
|
72
|
-
end
|
73
63
|
end
|