registrar-rails 0.0.7.alpha → 0.0.8.alpha

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: 5fe8a5dbe1dcaf7b9d576f8fa27e4eb818aa4c2e
4
- data.tar.gz: ff6f9af85825f86a29e748d42a34f32a9e0b6bd7
3
+ metadata.gz: 223fd2fbf8fb3744ad86a1688e22b45c2d0747b2
4
+ data.tar.gz: 1222cbefaffd6105c43b052753dafdeb09c9cbc5
5
5
  SHA512:
6
- metadata.gz: ae79b578e1a4bd675bef51c269d8af6d33ba560c7b7c84b4d52f0c9ee536060ee6b36aadf140293b5816fa4d821ea5ca2f3d90ff03a5fcde243d2007850ad88a
7
- data.tar.gz: 7fc06b2f353fad93cb28d9cdc105fa49ce781f435972f45c5888f65467477c42e8fea861b627588a87786923cb574330151b120f2eacc35249e93f9580adaa31
6
+ metadata.gz: 99949a2f585f58c5028aff80078a12360334fb02a6b24091b016520d0cfb424bcf8540cffbc6921e858b2cad82ca3a20c0e0dfd7e2705013c0e6b2fef9652e69
7
+ data.tar.gz: a3e99f6bcd284a6548a1262815667c38f5858c2e4db2744cdbfff39516f394c25a6c50afcd0fa961702fa4b6dd612a4e43bd2c988a6bd44d7081e299eacb28c7
@@ -8,6 +8,6 @@ class AuthenticationController < ApplicationController
8
8
  end
9
9
 
10
10
  def authenticate
11
- render :text => "<pre>#{presentable_authentication.to_yaml}</pre>"
11
+ redirect_to '/'
12
12
  end
13
13
  end
@@ -1,5 +1,5 @@
1
1
  module Registrar
2
2
  module Rails
3
- VERSION = "0.0.7.alpha"
3
+ VERSION = "0.0.8.alpha"
4
4
  end
5
5
  end
@@ -8,7 +8,6 @@ class CurrentProfileTest < ActionController::TestCase
8
8
 
9
9
  refute @controller.current_profile
10
10
  refute @controller.current_profile?
11
- refute @controller.logged_in?
12
11
  end
13
12
 
14
13
  end
@@ -94,3 +94,15 @@ CurrentProfileTest: test_no_current_profile_by_default
94
94
  Processing by SomeController#index as HTML
95
95
  Rendered text template (0.0ms)
96
96
  Completed 200 OK in 4ms (Views: 3.5ms)
97
+ ------------------------------------------------------
98
+ CurrentProfileTest: test_no_current_profile_by_default
99
+ ------------------------------------------------------
100
+ Processing by SomeController#index as HTML
101
+ Rendered text template (0.0ms)
102
+ Completed 200 OK in 4ms (Views: 3.7ms)
103
+ ------------------------------------------------------
104
+ CurrentProfileTest: test_no_current_profile_by_default
105
+ ------------------------------------------------------
106
+ Processing by SomeController#index as HTML
107
+ Rendered text template (0.0ms)
108
+ Completed 200 OK in 3ms (Views: 2.8ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: registrar-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7.alpha
4
+ version: 0.0.8.alpha
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Owiesniak