rails-identity 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,8 +15,6 @@ module RailsIdentity
15
15
  test "user is valid with username and password" do
16
16
  user = User.new(username: "foo@example.com", password: "secret")
17
17
  assert user.save
18
- assert_not_nil user.verification_token
19
- assert_nil user.reset_token
20
18
  end
21
19
 
22
20
  test "user can issue a reset token" do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-identity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David An
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-15 00:00:00.000000000 Z
11
+ date: 2016-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails