rails_sso 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +20 -7
- data/lib/rails_sso/app.rb +6 -6
- data/lib/rails_sso/engine.rb +1 -1
- data/lib/rails_sso/failure_app.rb +7 -1
- data/lib/rails_sso/version.rb +1 -1
- data/lib/rails_sso.rb +16 -2
- data/test/dummy/log/test.log +1242 -0
- data/test/lib/rails_sso/failure_app_test.rb +12 -1
- metadata +16 -2
data/test/dummy/log/test.log
CHANGED
@@ -4591,3 +4591,1245 @@ Completed 302 Found in 0ms
|
|
4591
4591
|
------------------------
|
4592
4592
|
RailsSsoTest: test_truth
|
4593
4593
|
------------------------
|
4594
|
+
----------------------------------------------------
|
4595
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
4596
|
+
----------------------------------------------------
|
4597
|
+
------------------------------------------
|
4598
|
+
SsoRoutesTest: test_should_route_/sign_out
|
4599
|
+
------------------------------------------
|
4600
|
+
-----------------------------------------------------------------------------------------------------
|
4601
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
4602
|
+
-----------------------------------------------------------------------------------------------------
|
4603
|
+
---------------------------------------------------------------------
|
4604
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
4605
|
+
---------------------------------------------------------------------
|
4606
|
+
-------------------------------------------------------------
|
4607
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
4608
|
+
-------------------------------------------------------------
|
4609
|
+
------------------------
|
4610
|
+
RailsSsoTest: test_truth
|
4611
|
+
------------------------
|
4612
|
+
----------------------------------------------------------------------------
|
4613
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
4614
|
+
----------------------------------------------------------------------------
|
4615
|
+
------------------------------------------------------------------------------------
|
4616
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
4617
|
+
------------------------------------------------------------------------------------
|
4618
|
+
----------------------------------------------------------------------------
|
4619
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
4620
|
+
----------------------------------------------------------------------------
|
4621
|
+
------------------------------------------------------------------------------------
|
4622
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
4623
|
+
------------------------------------------------------------------------------------
|
4624
|
+
----------------------------------------------------
|
4625
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
4626
|
+
----------------------------------------------------
|
4627
|
+
------------------------------------------------------------------------------------------------
|
4628
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
4629
|
+
------------------------------------------------------------------------------------------------
|
4630
|
+
Processing by RailsSso::SessionsController#create as HTML
|
4631
|
+
Parameters: {"provider"=>"developer"}
|
4632
|
+
Redirected to http://test.host/
|
4633
|
+
Completed 302 Found in 0ms
|
4634
|
+
-------------------------------------------------------------------------------------------------------
|
4635
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
4636
|
+
-------------------------------------------------------------------------------------------------------
|
4637
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
4638
|
+
Redirected to http://test.host/
|
4639
|
+
Completed 302 Found in 0ms
|
4640
|
+
-------------------------------------------------------------
|
4641
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
4642
|
+
-------------------------------------------------------------
|
4643
|
+
---------------------------------------------------------------------
|
4644
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
4645
|
+
---------------------------------------------------------------------
|
4646
|
+
-----------------------------------------------------------------------------------------------------
|
4647
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
4648
|
+
-----------------------------------------------------------------------------------------------------
|
4649
|
+
------------------------------------------------------------------------------------------------
|
4650
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
4651
|
+
------------------------------------------------------------------------------------------------
|
4652
|
+
Processing by RailsSso::SessionsController#create as HTML
|
4653
|
+
Parameters: {"provider"=>"developer"}
|
4654
|
+
Redirected to http://test.host/
|
4655
|
+
Completed 302 Found in 0ms
|
4656
|
+
-------------------------------------------------------------------------------------------------------
|
4657
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
4658
|
+
-------------------------------------------------------------------------------------------------------
|
4659
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
4660
|
+
Redirected to http://test.host/
|
4661
|
+
Completed 302 Found in 0ms
|
4662
|
+
----------------------------------------------------
|
4663
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
4664
|
+
----------------------------------------------------
|
4665
|
+
------------------------------------------
|
4666
|
+
SsoRoutesTest: test_should_route_/sign_out
|
4667
|
+
------------------------------------------
|
4668
|
+
----------------------------------------------------
|
4669
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
4670
|
+
----------------------------------------------------
|
4671
|
+
----------------------------------------------------------------------------
|
4672
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
4673
|
+
----------------------------------------------------------------------------
|
4674
|
+
------------------------------------------------------------------------------------
|
4675
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
4676
|
+
------------------------------------------------------------------------------------
|
4677
|
+
----------------------------------------------------------------------------
|
4678
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
4679
|
+
----------------------------------------------------------------------------
|
4680
|
+
------------------------------------------------------------------------------------
|
4681
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
4682
|
+
------------------------------------------------------------------------------------
|
4683
|
+
------------------------
|
4684
|
+
RailsSsoTest: test_truth
|
4685
|
+
------------------------
|
4686
|
+
------------------------------------------------------------------------------------------------
|
4687
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
4688
|
+
------------------------------------------------------------------------------------------------
|
4689
|
+
Processing by RailsSso::SessionsController#create as HTML
|
4690
|
+
Parameters: {"provider"=>"developer"}
|
4691
|
+
Redirected to http://test.host/
|
4692
|
+
Completed 302 Found in 0ms
|
4693
|
+
-------------------------------------------------------------------------------------------------------
|
4694
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
4695
|
+
-------------------------------------------------------------------------------------------------------
|
4696
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
4697
|
+
Redirected to http://test.host/
|
4698
|
+
Completed 302 Found in 0ms
|
4699
|
+
------------------------
|
4700
|
+
RailsSsoTest: test_truth
|
4701
|
+
------------------------
|
4702
|
+
----------------------------------------------------------------------------
|
4703
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
4704
|
+
----------------------------------------------------------------------------
|
4705
|
+
------------------------------------------------------------------------------------
|
4706
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
4707
|
+
------------------------------------------------------------------------------------
|
4708
|
+
----------------------------------------------------
|
4709
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
4710
|
+
----------------------------------------------------
|
4711
|
+
----------------------------------------------------------------------------
|
4712
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
4713
|
+
----------------------------------------------------------------------------
|
4714
|
+
------------------------------------------------------------------------------------
|
4715
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
4716
|
+
------------------------------------------------------------------------------------
|
4717
|
+
-----------------------------------------------------------------------------------------------------
|
4718
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
4719
|
+
-----------------------------------------------------------------------------------------------------
|
4720
|
+
---------------------------------------------------------------------
|
4721
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
4722
|
+
---------------------------------------------------------------------
|
4723
|
+
-------------------------------------------------------------
|
4724
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
4725
|
+
-------------------------------------------------------------
|
4726
|
+
----------------------------------------------------
|
4727
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
4728
|
+
----------------------------------------------------
|
4729
|
+
------------------------------------------
|
4730
|
+
SsoRoutesTest: test_should_route_/sign_out
|
4731
|
+
------------------------------------------
|
4732
|
+
-------------------------------------------------------------
|
4733
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
4734
|
+
-------------------------------------------------------------
|
4735
|
+
---------------------------------------------------------------------
|
4736
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
4737
|
+
---------------------------------------------------------------------
|
4738
|
+
-----------------------------------------------------------------------------------------------------
|
4739
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
4740
|
+
-----------------------------------------------------------------------------------------------------
|
4741
|
+
----------------------------------------------------------------------------
|
4742
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
4743
|
+
----------------------------------------------------------------------------
|
4744
|
+
------------------------------------------------------------------------------------
|
4745
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
4746
|
+
------------------------------------------------------------------------------------
|
4747
|
+
------------------------------------------
|
4748
|
+
SsoRoutesTest: test_should_route_/sign_out
|
4749
|
+
------------------------------------------
|
4750
|
+
----------------------------------------------------
|
4751
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
4752
|
+
----------------------------------------------------
|
4753
|
+
------------------------
|
4754
|
+
RailsSsoTest: test_truth
|
4755
|
+
------------------------
|
4756
|
+
------------------------------------------------------------------------------------------------
|
4757
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
4758
|
+
------------------------------------------------------------------------------------------------
|
4759
|
+
Processing by RailsSso::SessionsController#create as HTML
|
4760
|
+
Parameters: {"provider"=>"developer"}
|
4761
|
+
Redirected to http://test.host/
|
4762
|
+
Completed 302 Found in 0ms
|
4763
|
+
-------------------------------------------------------------------------------------------------------
|
4764
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
4765
|
+
-------------------------------------------------------------------------------------------------------
|
4766
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
4767
|
+
Redirected to http://test.host/
|
4768
|
+
Completed 302 Found in 0ms
|
4769
|
+
----------------------------------------------------------------------------
|
4770
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
4771
|
+
----------------------------------------------------------------------------
|
4772
|
+
------------------------------------------------------------------------------------
|
4773
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
4774
|
+
------------------------------------------------------------------------------------
|
4775
|
+
----------------------------------------------------
|
4776
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
4777
|
+
----------------------------------------------------
|
4778
|
+
------------------------------------------------------------------------------------------------
|
4779
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
4780
|
+
------------------------------------------------------------------------------------------------
|
4781
|
+
Processing by RailsSso::SessionsController#create as HTML
|
4782
|
+
Parameters: {"provider"=>"developer"}
|
4783
|
+
Redirected to http://test.host/
|
4784
|
+
Completed 302 Found in 0ms
|
4785
|
+
-------------------------------------------------------------------------------------------------------
|
4786
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
4787
|
+
-------------------------------------------------------------------------------------------------------
|
4788
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
4789
|
+
Redirected to http://test.host/
|
4790
|
+
Completed 302 Found in 0ms
|
4791
|
+
----------------------------------------------------
|
4792
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
4793
|
+
----------------------------------------------------
|
4794
|
+
------------------------------------------
|
4795
|
+
SsoRoutesTest: test_should_route_/sign_out
|
4796
|
+
------------------------------------------
|
4797
|
+
------------------------
|
4798
|
+
RailsSsoTest: test_truth
|
4799
|
+
------------------------
|
4800
|
+
-----------------------------------------------------------------------------------------------------
|
4801
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
4802
|
+
-----------------------------------------------------------------------------------------------------
|
4803
|
+
-------------------------------------------------------------
|
4804
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
4805
|
+
-------------------------------------------------------------
|
4806
|
+
---------------------------------------------------------------------
|
4807
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
4808
|
+
---------------------------------------------------------------------
|
4809
|
+
------------------------------------------------------------------------------------
|
4810
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
4811
|
+
------------------------------------------------------------------------------------
|
4812
|
+
----------------------------------------------------------------------------
|
4813
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
4814
|
+
----------------------------------------------------------------------------
|
4815
|
+
------------------------------------------------------------------------------------
|
4816
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
4817
|
+
------------------------------------------------------------------------------------
|
4818
|
+
----------------------------------------------------------------------------
|
4819
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
4820
|
+
----------------------------------------------------------------------------
|
4821
|
+
----------------------------------------------------
|
4822
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
4823
|
+
----------------------------------------------------
|
4824
|
+
----------------------------------------------------------------------------
|
4825
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
4826
|
+
----------------------------------------------------------------------------
|
4827
|
+
------------------------------------------------------------------------------------
|
4828
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
4829
|
+
------------------------------------------------------------------------------------
|
4830
|
+
-------------------------------------------------------------
|
4831
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
4832
|
+
-------------------------------------------------------------
|
4833
|
+
---------------------------------------------------------------------
|
4834
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
4835
|
+
---------------------------------------------------------------------
|
4836
|
+
-----------------------------------------------------------------------------------------------------
|
4837
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
4838
|
+
-----------------------------------------------------------------------------------------------------
|
4839
|
+
------------------------------------------
|
4840
|
+
SsoRoutesTest: test_should_route_/sign_out
|
4841
|
+
------------------------------------------
|
4842
|
+
----------------------------------------------------
|
4843
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
4844
|
+
----------------------------------------------------
|
4845
|
+
----------------------------------------------------------------------------
|
4846
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
4847
|
+
----------------------------------------------------------------------------
|
4848
|
+
------------------------------------------------------------------------------------
|
4849
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
4850
|
+
------------------------------------------------------------------------------------
|
4851
|
+
----------------------------------------------------
|
4852
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
4853
|
+
----------------------------------------------------
|
4854
|
+
------------------------------------------------------------------------------------------------
|
4855
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
4856
|
+
------------------------------------------------------------------------------------------------
|
4857
|
+
Processing by RailsSso::SessionsController#create as HTML
|
4858
|
+
Parameters: {"provider"=>"developer"}
|
4859
|
+
Redirected to http://test.host/
|
4860
|
+
Completed 302 Found in 0ms
|
4861
|
+
-------------------------------------------------------------------------------------------------------
|
4862
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
4863
|
+
-------------------------------------------------------------------------------------------------------
|
4864
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
4865
|
+
Redirected to http://test.host/
|
4866
|
+
Completed 302 Found in 0ms
|
4867
|
+
------------------------
|
4868
|
+
RailsSsoTest: test_truth
|
4869
|
+
------------------------
|
4870
|
+
------------------------------------------------------------------------------------------------
|
4871
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
4872
|
+
------------------------------------------------------------------------------------------------
|
4873
|
+
Processing by RailsSso::SessionsController#create as HTML
|
4874
|
+
Parameters: {"provider"=>"developer"}
|
4875
|
+
Redirected to http://test.host/
|
4876
|
+
Completed 302 Found in 0ms
|
4877
|
+
-------------------------------------------------------------------------------------------------------
|
4878
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
4879
|
+
-------------------------------------------------------------------------------------------------------
|
4880
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
4881
|
+
Redirected to http://test.host/
|
4882
|
+
Completed 302 Found in 0ms
|
4883
|
+
-----------------------------------------------------------------------------------------------------
|
4884
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
4885
|
+
-----------------------------------------------------------------------------------------------------
|
4886
|
+
---------------------------------------------------------------------
|
4887
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
4888
|
+
---------------------------------------------------------------------
|
4889
|
+
-------------------------------------------------------------
|
4890
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
4891
|
+
-------------------------------------------------------------
|
4892
|
+
------------------------
|
4893
|
+
RailsSsoTest: test_truth
|
4894
|
+
------------------------
|
4895
|
+
----------------------------------------------------
|
4896
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
4897
|
+
----------------------------------------------------
|
4898
|
+
------------------------------------------
|
4899
|
+
SsoRoutesTest: test_should_route_/sign_out
|
4900
|
+
------------------------------------------
|
4901
|
+
----------------------------------------------------------------------------
|
4902
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
4903
|
+
----------------------------------------------------------------------------
|
4904
|
+
------------------------------------------------------------------------------------
|
4905
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
4906
|
+
------------------------------------------------------------------------------------
|
4907
|
+
----------------------------------------------------
|
4908
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
4909
|
+
----------------------------------------------------
|
4910
|
+
----------------------------------------------------------------------------
|
4911
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
4912
|
+
----------------------------------------------------------------------------
|
4913
|
+
------------------------------------------------------------------------------------
|
4914
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
4915
|
+
------------------------------------------------------------------------------------
|
4916
|
+
------------------------------------------------------------------------------------------------
|
4917
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
4918
|
+
------------------------------------------------------------------------------------------------
|
4919
|
+
Processing by RailsSso::SessionsController#create as HTML
|
4920
|
+
Parameters: {"provider"=>"developer"}
|
4921
|
+
Redirected to http://test.host/
|
4922
|
+
Completed 302 Found in 0ms
|
4923
|
+
-------------------------------------------------------------------------------------------------------
|
4924
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
4925
|
+
-------------------------------------------------------------------------------------------------------
|
4926
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
4927
|
+
Redirected to http://test.host/
|
4928
|
+
Completed 302 Found in 0ms
|
4929
|
+
-----------------------------------------------------------------------------------------------------
|
4930
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
4931
|
+
-----------------------------------------------------------------------------------------------------
|
4932
|
+
---------------------------------------------------------------------
|
4933
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
4934
|
+
---------------------------------------------------------------------
|
4935
|
+
-------------------------------------------------------------
|
4936
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
4937
|
+
-------------------------------------------------------------
|
4938
|
+
------------------------
|
4939
|
+
RailsSsoTest: test_truth
|
4940
|
+
------------------------
|
4941
|
+
----------------------------------------------------------------------------
|
4942
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
4943
|
+
----------------------------------------------------------------------------
|
4944
|
+
------------------------------------------------------------------------------------
|
4945
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
4946
|
+
------------------------------------------------------------------------------------
|
4947
|
+
----------------------------------------------------
|
4948
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
4949
|
+
----------------------------------------------------
|
4950
|
+
------------------------------------------
|
4951
|
+
SsoRoutesTest: test_should_route_/sign_out
|
4952
|
+
------------------------------------------
|
4953
|
+
----------------------------------------------------------------------------
|
4954
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
4955
|
+
----------------------------------------------------------------------------
|
4956
|
+
------------------------------------------------------------------------------------
|
4957
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
4958
|
+
------------------------------------------------------------------------------------
|
4959
|
+
----------------------------------------------------
|
4960
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
4961
|
+
----------------------------------------------------
|
4962
|
+
------------------------------------------------------------------------------------------------
|
4963
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
4964
|
+
------------------------------------------------------------------------------------------------
|
4965
|
+
Processing by RailsSso::SessionsController#create as HTML
|
4966
|
+
Parameters: {"provider"=>"developer"}
|
4967
|
+
Redirected to http://test.host/
|
4968
|
+
Completed 302 Found in 0ms
|
4969
|
+
-------------------------------------------------------------------------------------------------------
|
4970
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
4971
|
+
-------------------------------------------------------------------------------------------------------
|
4972
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
4973
|
+
Redirected to http://test.host/
|
4974
|
+
Completed 302 Found in 0ms
|
4975
|
+
----------------------------------------------------
|
4976
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
4977
|
+
----------------------------------------------------
|
4978
|
+
------------------------------------------------------------------------------------
|
4979
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
4980
|
+
------------------------------------------------------------------------------------
|
4981
|
+
----------------------------------------------------------------------------
|
4982
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
4983
|
+
----------------------------------------------------------------------------
|
4984
|
+
----------------------------------------------------
|
4985
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
4986
|
+
----------------------------------------------------
|
4987
|
+
------------------------------------------
|
4988
|
+
SsoRoutesTest: test_should_route_/sign_out
|
4989
|
+
------------------------------------------
|
4990
|
+
------------------------
|
4991
|
+
RailsSsoTest: test_truth
|
4992
|
+
------------------------
|
4993
|
+
----------------------------------------------------------------------------
|
4994
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
4995
|
+
----------------------------------------------------------------------------
|
4996
|
+
------------------------------------------------------------------------------------
|
4997
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
4998
|
+
------------------------------------------------------------------------------------
|
4999
|
+
-----------------------------------------------------------------------------------------------------
|
5000
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5001
|
+
-----------------------------------------------------------------------------------------------------
|
5002
|
+
-------------------------------------------------------------
|
5003
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5004
|
+
-------------------------------------------------------------
|
5005
|
+
---------------------------------------------------------------------
|
5006
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5007
|
+
---------------------------------------------------------------------
|
5008
|
+
-------------------------------------------------------------------------------------------------------
|
5009
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5010
|
+
-------------------------------------------------------------------------------------------------------
|
5011
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5012
|
+
Redirected to http://test.host/
|
5013
|
+
Completed 302 Found in 0ms
|
5014
|
+
------------------------------------------------------------------------------------------------
|
5015
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5016
|
+
------------------------------------------------------------------------------------------------
|
5017
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5018
|
+
Parameters: {"provider"=>"developer"}
|
5019
|
+
Redirected to http://test.host/
|
5020
|
+
Completed 302 Found in 0ms
|
5021
|
+
-------------------------------------------------------------
|
5022
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5023
|
+
-------------------------------------------------------------
|
5024
|
+
---------------------------------------------------------------------
|
5025
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5026
|
+
---------------------------------------------------------------------
|
5027
|
+
-----------------------------------------------------------------------------------------------------
|
5028
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5029
|
+
-----------------------------------------------------------------------------------------------------
|
5030
|
+
------------------------------------------------------------------------------------
|
5031
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5032
|
+
------------------------------------------------------------------------------------
|
5033
|
+
----------------------------------------------------
|
5034
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5035
|
+
----------------------------------------------------
|
5036
|
+
----------------------------------------------------------------------------
|
5037
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5038
|
+
----------------------------------------------------------------------------
|
5039
|
+
----------------------------------------------------------------------------
|
5040
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5041
|
+
----------------------------------------------------------------------------
|
5042
|
+
------------------------------------------------------------------------------------
|
5043
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5044
|
+
------------------------------------------------------------------------------------
|
5045
|
+
----------------------------------------------------
|
5046
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5047
|
+
----------------------------------------------------
|
5048
|
+
------------------------------------------
|
5049
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5050
|
+
------------------------------------------
|
5051
|
+
------------------------
|
5052
|
+
RailsSsoTest: test_truth
|
5053
|
+
------------------------
|
5054
|
+
-------------------------------------------------------------------------------------------------------
|
5055
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5056
|
+
-------------------------------------------------------------------------------------------------------
|
5057
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5058
|
+
Redirected to http://test.host/
|
5059
|
+
Completed 302 Found in 0ms
|
5060
|
+
------------------------------------------------------------------------------------------------
|
5061
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5062
|
+
------------------------------------------------------------------------------------------------
|
5063
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5064
|
+
Parameters: {"provider"=>"developer"}
|
5065
|
+
Redirected to http://test.host/
|
5066
|
+
Completed 302 Found in 0ms
|
5067
|
+
------------------------
|
5068
|
+
RailsSsoTest: test_truth
|
5069
|
+
------------------------
|
5070
|
+
----------------------------------------------------------------------------
|
5071
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5072
|
+
----------------------------------------------------------------------------
|
5073
|
+
------------------------------------------------------------------------------------
|
5074
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5075
|
+
------------------------------------------------------------------------------------
|
5076
|
+
----------------------------------------------------
|
5077
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5078
|
+
----------------------------------------------------
|
5079
|
+
----------------------------------------------------
|
5080
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5081
|
+
----------------------------------------------------
|
5082
|
+
------------------------------------------
|
5083
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5084
|
+
------------------------------------------
|
5085
|
+
---------------------------------------------------------------------
|
5086
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5087
|
+
---------------------------------------------------------------------
|
5088
|
+
-----------------------------------------------------------------------------------------------------
|
5089
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5090
|
+
-----------------------------------------------------------------------------------------------------
|
5091
|
+
-------------------------------------------------------------
|
5092
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5093
|
+
-------------------------------------------------------------
|
5094
|
+
------------------------------------------------------------------------------------
|
5095
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5096
|
+
------------------------------------------------------------------------------------
|
5097
|
+
----------------------------------------------------------------------------
|
5098
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5099
|
+
----------------------------------------------------------------------------
|
5100
|
+
----------------------------------------------------
|
5101
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5102
|
+
----------------------------------------------------
|
5103
|
+
------------------------------------------
|
5104
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5105
|
+
------------------------------------------
|
5106
|
+
-----------------------------------------------------------------------------------------------------
|
5107
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5108
|
+
-----------------------------------------------------------------------------------------------------
|
5109
|
+
-------------------------------------------------------------
|
5110
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5111
|
+
-------------------------------------------------------------
|
5112
|
+
---------------------------------------------------------------------
|
5113
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5114
|
+
---------------------------------------------------------------------
|
5115
|
+
----------------------------------------------------
|
5116
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5117
|
+
----------------------------------------------------
|
5118
|
+
------------------------------------------------------------------------------------
|
5119
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5120
|
+
------------------------------------------------------------------------------------
|
5121
|
+
----------------------------------------------------------------------------
|
5122
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5123
|
+
----------------------------------------------------------------------------
|
5124
|
+
----------------------------------------------------------------------------
|
5125
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5126
|
+
----------------------------------------------------------------------------
|
5127
|
+
------------------------------------------------------------------------------------
|
5128
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5129
|
+
------------------------------------------------------------------------------------
|
5130
|
+
------------------------------------------------------------------------------------------------
|
5131
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5132
|
+
------------------------------------------------------------------------------------------------
|
5133
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5134
|
+
Parameters: {"provider"=>"developer"}
|
5135
|
+
Redirected to http://test.host/
|
5136
|
+
Completed 302 Found in 0ms
|
5137
|
+
-------------------------------------------------------------------------------------------------------
|
5138
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5139
|
+
-------------------------------------------------------------------------------------------------------
|
5140
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5141
|
+
Redirected to http://test.host/
|
5142
|
+
Completed 302 Found in 0ms
|
5143
|
+
------------------------
|
5144
|
+
RailsSsoTest: test_truth
|
5145
|
+
------------------------
|
5146
|
+
------------------------------------------------------------------------------------
|
5147
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5148
|
+
------------------------------------------------------------------------------------
|
5149
|
+
----------------------------------------------------
|
5150
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5151
|
+
----------------------------------------------------
|
5152
|
+
----------------------------------------------------------------------------
|
5153
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5154
|
+
----------------------------------------------------------------------------
|
5155
|
+
----------------------------------------------------------------------------
|
5156
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5157
|
+
----------------------------------------------------------------------------
|
5158
|
+
------------------------------------------------------------------------------------
|
5159
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5160
|
+
------------------------------------------------------------------------------------
|
5161
|
+
----------------------------------------------------
|
5162
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5163
|
+
----------------------------------------------------
|
5164
|
+
------------------------------------------
|
5165
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5166
|
+
------------------------------------------
|
5167
|
+
-----------------------------------------------------------------------------------------------------
|
5168
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5169
|
+
-----------------------------------------------------------------------------------------------------
|
5170
|
+
-------------------------------------------------------------
|
5171
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5172
|
+
-------------------------------------------------------------
|
5173
|
+
---------------------------------------------------------------------
|
5174
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5175
|
+
---------------------------------------------------------------------
|
5176
|
+
------------------------------------------------------------------------------------------------
|
5177
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5178
|
+
------------------------------------------------------------------------------------------------
|
5179
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5180
|
+
Parameters: {"provider"=>"developer"}
|
5181
|
+
Redirected to http://test.host/
|
5182
|
+
Completed 302 Found in 0ms
|
5183
|
+
-------------------------------------------------------------------------------------------------------
|
5184
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5185
|
+
-------------------------------------------------------------------------------------------------------
|
5186
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5187
|
+
Redirected to http://test.host/
|
5188
|
+
Completed 302 Found in 0ms
|
5189
|
+
------------------------
|
5190
|
+
RailsSsoTest: test_truth
|
5191
|
+
------------------------
|
5192
|
+
----------------------------------------------------------------------------
|
5193
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5194
|
+
----------------------------------------------------------------------------
|
5195
|
+
------------------------------------------------------------------------------------
|
5196
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5197
|
+
------------------------------------------------------------------------------------
|
5198
|
+
-----------------------------------------------------------------------------------------------------
|
5199
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5200
|
+
-----------------------------------------------------------------------------------------------------
|
5201
|
+
---------------------------------------------------------------------
|
5202
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5203
|
+
---------------------------------------------------------------------
|
5204
|
+
-------------------------------------------------------------
|
5205
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5206
|
+
-------------------------------------------------------------
|
5207
|
+
----------------------------------------------------
|
5208
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5209
|
+
----------------------------------------------------
|
5210
|
+
------------------------------------------
|
5211
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5212
|
+
------------------------------------------
|
5213
|
+
------------------------------------------------------------------------------------------------
|
5214
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5215
|
+
------------------------------------------------------------------------------------------------
|
5216
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5217
|
+
Parameters: {"provider"=>"developer"}
|
5218
|
+
Redirected to http://test.host/
|
5219
|
+
Completed 302 Found in 0ms
|
5220
|
+
-------------------------------------------------------------------------------------------------------
|
5221
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5222
|
+
-------------------------------------------------------------------------------------------------------
|
5223
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5224
|
+
Redirected to http://test.host/
|
5225
|
+
Completed 302 Found in 0ms
|
5226
|
+
------------------------------------------------------------------------------------
|
5227
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5228
|
+
------------------------------------------------------------------------------------
|
5229
|
+
----------------------------------------------------
|
5230
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5231
|
+
----------------------------------------------------
|
5232
|
+
----------------------------------------------------------------------------
|
5233
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5234
|
+
----------------------------------------------------------------------------
|
5235
|
+
------------------------
|
5236
|
+
RailsSsoTest: test_truth
|
5237
|
+
------------------------
|
5238
|
+
----------------------------------------------------------------------------
|
5239
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5240
|
+
----------------------------------------------------------------------------
|
5241
|
+
------------------------------------------------------------------------------------
|
5242
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5243
|
+
------------------------------------------------------------------------------------
|
5244
|
+
-----------------------------------------------------------------------------------------------------
|
5245
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5246
|
+
-----------------------------------------------------------------------------------------------------
|
5247
|
+
---------------------------------------------------------------------
|
5248
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5249
|
+
---------------------------------------------------------------------
|
5250
|
+
-------------------------------------------------------------
|
5251
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5252
|
+
-------------------------------------------------------------
|
5253
|
+
------------------------------------------
|
5254
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5255
|
+
------------------------------------------
|
5256
|
+
----------------------------------------------------
|
5257
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5258
|
+
----------------------------------------------------
|
5259
|
+
------------------------------------------------------------------------------------------------
|
5260
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5261
|
+
------------------------------------------------------------------------------------------------
|
5262
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5263
|
+
Parameters: {"provider"=>"developer"}
|
5264
|
+
Redirected to http://test.host/
|
5265
|
+
Completed 302 Found in 0ms
|
5266
|
+
-------------------------------------------------------------------------------------------------------
|
5267
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5268
|
+
-------------------------------------------------------------------------------------------------------
|
5269
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5270
|
+
Redirected to http://test.host/
|
5271
|
+
Completed 302 Found in 0ms
|
5272
|
+
----------------------------------------------------
|
5273
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5274
|
+
----------------------------------------------------
|
5275
|
+
------------------------------------------------------------------------------------
|
5276
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5277
|
+
------------------------------------------------------------------------------------
|
5278
|
+
----------------------------------------------------------------------------
|
5279
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5280
|
+
----------------------------------------------------------------------------
|
5281
|
+
------------------------
|
5282
|
+
RailsSsoTest: test_truth
|
5283
|
+
------------------------
|
5284
|
+
------------------------------------------------------------------------------------------------
|
5285
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5286
|
+
------------------------------------------------------------------------------------------------
|
5287
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5288
|
+
Parameters: {"provider"=>"developer"}
|
5289
|
+
Redirected to http://test.host/
|
5290
|
+
Completed 302 Found in 0ms
|
5291
|
+
-------------------------------------------------------------------------------------------------------
|
5292
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5293
|
+
-------------------------------------------------------------------------------------------------------
|
5294
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5295
|
+
Redirected to http://test.host/
|
5296
|
+
Completed 302 Found in 0ms
|
5297
|
+
------------------------
|
5298
|
+
RailsSsoTest: test_truth
|
5299
|
+
------------------------
|
5300
|
+
------------------------------------------
|
5301
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5302
|
+
------------------------------------------
|
5303
|
+
----------------------------------------------------
|
5304
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5305
|
+
----------------------------------------------------
|
5306
|
+
----------------------------------------------------------------------------
|
5307
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5308
|
+
----------------------------------------------------------------------------
|
5309
|
+
------------------------------------------------------------------------------------
|
5310
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5311
|
+
------------------------------------------------------------------------------------
|
5312
|
+
---------------------------------------------------------------------
|
5313
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5314
|
+
---------------------------------------------------------------------
|
5315
|
+
-------------------------------------------------------------
|
5316
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5317
|
+
-------------------------------------------------------------
|
5318
|
+
-----------------------------------------------------------------------------------------------------
|
5319
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5320
|
+
-----------------------------------------------------------------------------------------------------
|
5321
|
+
----------------------------------------------------
|
5322
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5323
|
+
----------------------------------------------------
|
5324
|
+
------------------------------------------------------------------------------------
|
5325
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5326
|
+
------------------------------------------------------------------------------------
|
5327
|
+
----------------------------------------------------------------------------
|
5328
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5329
|
+
----------------------------------------------------------------------------
|
5330
|
+
------------------------------------------------------------------------------------------------
|
5331
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5332
|
+
------------------------------------------------------------------------------------------------
|
5333
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5334
|
+
Parameters: {"provider"=>"developer"}
|
5335
|
+
Redirected to http://test.host/
|
5336
|
+
Completed 302 Found in 0ms
|
5337
|
+
-------------------------------------------------------------------------------------------------------
|
5338
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5339
|
+
-------------------------------------------------------------------------------------------------------
|
5340
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5341
|
+
Redirected to http://test.host/
|
5342
|
+
Completed 302 Found in 0ms
|
5343
|
+
------------------------------------------------------------------------------------
|
5344
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5345
|
+
------------------------------------------------------------------------------------
|
5346
|
+
----------------------------------------------------
|
5347
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5348
|
+
----------------------------------------------------
|
5349
|
+
----------------------------------------------------------------------------
|
5350
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5351
|
+
----------------------------------------------------------------------------
|
5352
|
+
----------------------------------------------------
|
5353
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5354
|
+
----------------------------------------------------
|
5355
|
+
------------------------------------------
|
5356
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5357
|
+
------------------------------------------
|
5358
|
+
----------------------------------------------------------------------------
|
5359
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5360
|
+
----------------------------------------------------------------------------
|
5361
|
+
------------------------------------------------------------------------------------
|
5362
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5363
|
+
------------------------------------------------------------------------------------
|
5364
|
+
------------------------
|
5365
|
+
RailsSsoTest: test_truth
|
5366
|
+
------------------------
|
5367
|
+
-----------------------------------------------------------------------------------------------------
|
5368
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5369
|
+
-----------------------------------------------------------------------------------------------------
|
5370
|
+
-------------------------------------------------------------
|
5371
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5372
|
+
-------------------------------------------------------------
|
5373
|
+
---------------------------------------------------------------------
|
5374
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5375
|
+
---------------------------------------------------------------------
|
5376
|
+
------------------------
|
5377
|
+
RailsSsoTest: test_truth
|
5378
|
+
------------------------
|
5379
|
+
----------------------------------------------------
|
5380
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5381
|
+
----------------------------------------------------
|
5382
|
+
------------------------------------------------------------------------------------
|
5383
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5384
|
+
------------------------------------------------------------------------------------
|
5385
|
+
----------------------------------------------------------------------------
|
5386
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5387
|
+
----------------------------------------------------------------------------
|
5388
|
+
-------------------------------------------------------------------------------------------------------
|
5389
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5390
|
+
-------------------------------------------------------------------------------------------------------
|
5391
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5392
|
+
Redirected to http://test.host/
|
5393
|
+
Completed 302 Found in 0ms
|
5394
|
+
------------------------------------------------------------------------------------------------
|
5395
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5396
|
+
------------------------------------------------------------------------------------------------
|
5397
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5398
|
+
Parameters: {"provider"=>"developer"}
|
5399
|
+
Redirected to http://test.host/
|
5400
|
+
Completed 302 Found in 0ms
|
5401
|
+
----------------------------------------------------
|
5402
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5403
|
+
----------------------------------------------------
|
5404
|
+
------------------------------------------
|
5405
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5406
|
+
------------------------------------------
|
5407
|
+
---------------------------------------------------------------------
|
5408
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5409
|
+
---------------------------------------------------------------------
|
5410
|
+
-----------------------------------------------------------------------------------------------------
|
5411
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5412
|
+
-----------------------------------------------------------------------------------------------------
|
5413
|
+
-------------------------------------------------------------
|
5414
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5415
|
+
-------------------------------------------------------------
|
5416
|
+
------------------------------------------------------------------------------------
|
5417
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5418
|
+
------------------------------------------------------------------------------------
|
5419
|
+
----------------------------------------------------------------------------
|
5420
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5421
|
+
----------------------------------------------------------------------------
|
5422
|
+
----------------------------------------------------
|
5423
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5424
|
+
----------------------------------------------------
|
5425
|
+
------------------------------------------------------------------------------------
|
5426
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5427
|
+
------------------------------------------------------------------------------------
|
5428
|
+
----------------------------------------------------------------------------
|
5429
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5430
|
+
----------------------------------------------------------------------------
|
5431
|
+
----------------------------------------------------------------------------
|
5432
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5433
|
+
----------------------------------------------------------------------------
|
5434
|
+
------------------------------------------------------------------------------------
|
5435
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5436
|
+
------------------------------------------------------------------------------------
|
5437
|
+
------------------------
|
5438
|
+
RailsSsoTest: test_truth
|
5439
|
+
------------------------
|
5440
|
+
-----------------------------------------------------------------------------------------------------
|
5441
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5442
|
+
-----------------------------------------------------------------------------------------------------
|
5443
|
+
---------------------------------------------------------------------
|
5444
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5445
|
+
---------------------------------------------------------------------
|
5446
|
+
-------------------------------------------------------------
|
5447
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5448
|
+
-------------------------------------------------------------
|
5449
|
+
----------------------------------------------------
|
5450
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5451
|
+
----------------------------------------------------
|
5452
|
+
------------------------------------------
|
5453
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5454
|
+
------------------------------------------
|
5455
|
+
------------------------------------------------------------------------------------------------
|
5456
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5457
|
+
------------------------------------------------------------------------------------------------
|
5458
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5459
|
+
Parameters: {"provider"=>"developer"}
|
5460
|
+
Redirected to http://test.host/
|
5461
|
+
Completed 302 Found in 0ms
|
5462
|
+
-------------------------------------------------------------------------------------------------------
|
5463
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5464
|
+
-------------------------------------------------------------------------------------------------------
|
5465
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5466
|
+
Redirected to http://test.host/
|
5467
|
+
Completed 302 Found in 0ms
|
5468
|
+
------------------------------------------
|
5469
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5470
|
+
------------------------------------------
|
5471
|
+
----------------------------------------------------
|
5472
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5473
|
+
----------------------------------------------------
|
5474
|
+
------------------------------------------------------------------------------------
|
5475
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5476
|
+
------------------------------------------------------------------------------------
|
5477
|
+
----------------------------------------------------------------------------
|
5478
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5479
|
+
----------------------------------------------------------------------------
|
5480
|
+
----------------------------------------------------
|
5481
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5482
|
+
----------------------------------------------------
|
5483
|
+
----------------------------------------------------------------------------
|
5484
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5485
|
+
----------------------------------------------------------------------------
|
5486
|
+
------------------------------------------------------------------------------------
|
5487
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5488
|
+
------------------------------------------------------------------------------------
|
5489
|
+
------------------------
|
5490
|
+
RailsSsoTest: test_truth
|
5491
|
+
------------------------
|
5492
|
+
-------------------------------------------------------------------------------------------------------
|
5493
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5494
|
+
-------------------------------------------------------------------------------------------------------
|
5495
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5496
|
+
Redirected to http://test.host/
|
5497
|
+
Completed 302 Found in 0ms
|
5498
|
+
------------------------------------------------------------------------------------------------
|
5499
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5500
|
+
------------------------------------------------------------------------------------------------
|
5501
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5502
|
+
Parameters: {"provider"=>"developer"}
|
5503
|
+
Redirected to http://test.host/
|
5504
|
+
Completed 302 Found in 0ms
|
5505
|
+
-------------------------------------------------------------
|
5506
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5507
|
+
-------------------------------------------------------------
|
5508
|
+
---------------------------------------------------------------------
|
5509
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5510
|
+
---------------------------------------------------------------------
|
5511
|
+
-----------------------------------------------------------------------------------------------------
|
5512
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5513
|
+
-----------------------------------------------------------------------------------------------------
|
5514
|
+
-------------------------------------------------------------------------------------------------------
|
5515
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5516
|
+
-------------------------------------------------------------------------------------------------------
|
5517
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5518
|
+
Redirected to http://test.host/
|
5519
|
+
Completed 302 Found in 0ms
|
5520
|
+
------------------------------------------------------------------------------------------------
|
5521
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5522
|
+
------------------------------------------------------------------------------------------------
|
5523
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5524
|
+
Parameters: {"provider"=>"developer"}
|
5525
|
+
Redirected to http://test.host/
|
5526
|
+
Completed 302 Found in 0ms
|
5527
|
+
------------------------------------------------------------------------------------
|
5528
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5529
|
+
------------------------------------------------------------------------------------
|
5530
|
+
----------------------------------------------------
|
5531
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5532
|
+
----------------------------------------------------
|
5533
|
+
----------------------------------------------------------------------------
|
5534
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5535
|
+
----------------------------------------------------------------------------
|
5536
|
+
------------------------
|
5537
|
+
RailsSsoTest: test_truth
|
5538
|
+
------------------------
|
5539
|
+
------------------------------------------
|
5540
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5541
|
+
------------------------------------------
|
5542
|
+
----------------------------------------------------
|
5543
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5544
|
+
----------------------------------------------------
|
5545
|
+
----------------------------------------------------------------------------
|
5546
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5547
|
+
----------------------------------------------------------------------------
|
5548
|
+
------------------------------------------------------------------------------------
|
5549
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5550
|
+
------------------------------------------------------------------------------------
|
5551
|
+
-----------------------------------------------------------------------------------------------------
|
5552
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5553
|
+
-----------------------------------------------------------------------------------------------------
|
5554
|
+
---------------------------------------------------------------------
|
5555
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5556
|
+
---------------------------------------------------------------------
|
5557
|
+
-------------------------------------------------------------
|
5558
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5559
|
+
-------------------------------------------------------------
|
5560
|
+
-----------------------------------------------------------------------------------------------------
|
5561
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5562
|
+
-----------------------------------------------------------------------------------------------------
|
5563
|
+
---------------------------------------------------------------------
|
5564
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5565
|
+
---------------------------------------------------------------------
|
5566
|
+
-------------------------------------------------------------
|
5567
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5568
|
+
-------------------------------------------------------------
|
5569
|
+
------------------------
|
5570
|
+
RailsSsoTest: test_truth
|
5571
|
+
------------------------
|
5572
|
+
------------------------------------------------------------------------------------
|
5573
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5574
|
+
------------------------------------------------------------------------------------
|
5575
|
+
----------------------------------------------------------------------------
|
5576
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5577
|
+
----------------------------------------------------------------------------
|
5578
|
+
------------------------------------------------------------------------------------------------
|
5579
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5580
|
+
------------------------------------------------------------------------------------------------
|
5581
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5582
|
+
Parameters: {"provider"=>"developer"}
|
5583
|
+
Redirected to http://test.host/
|
5584
|
+
Completed 302 Found in 0ms
|
5585
|
+
-------------------------------------------------------------------------------------------------------
|
5586
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5587
|
+
-------------------------------------------------------------------------------------------------------
|
5588
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5589
|
+
Redirected to http://test.host/
|
5590
|
+
Completed 302 Found in 0ms
|
5591
|
+
----------------------------------------------------
|
5592
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5593
|
+
----------------------------------------------------
|
5594
|
+
------------------------------------------------------------------------------------
|
5595
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5596
|
+
------------------------------------------------------------------------------------
|
5597
|
+
----------------------------------------------------------------------------
|
5598
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5599
|
+
----------------------------------------------------------------------------
|
5600
|
+
----------------------------------------------------
|
5601
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5602
|
+
----------------------------------------------------
|
5603
|
+
------------------------------------------
|
5604
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5605
|
+
------------------------------------------
|
5606
|
+
------------------------------------------------------------------------------------------------
|
5607
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5608
|
+
------------------------------------------------------------------------------------------------
|
5609
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5610
|
+
Parameters: {"provider"=>"developer"}
|
5611
|
+
Redirected to http://test.host/
|
5612
|
+
Completed 302 Found in 0ms
|
5613
|
+
-------------------------------------------------------------------------------------------------------
|
5614
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5615
|
+
-------------------------------------------------------------------------------------------------------
|
5616
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5617
|
+
Redirected to http://test.host/
|
5618
|
+
Completed 302 Found in 0ms
|
5619
|
+
----------------------------------------------------------------------------
|
5620
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5621
|
+
----------------------------------------------------------------------------
|
5622
|
+
------------------------------------------------------------------------------------
|
5623
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5624
|
+
------------------------------------------------------------------------------------
|
5625
|
+
------------------------------------------------------------------------------------
|
5626
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5627
|
+
------------------------------------------------------------------------------------
|
5628
|
+
----------------------------------------------------
|
5629
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5630
|
+
----------------------------------------------------
|
5631
|
+
----------------------------------------------------------------------------
|
5632
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5633
|
+
----------------------------------------------------------------------------
|
5634
|
+
------------------------
|
5635
|
+
RailsSsoTest: test_truth
|
5636
|
+
------------------------
|
5637
|
+
----------------------------------------------------
|
5638
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5639
|
+
----------------------------------------------------
|
5640
|
+
------------------------------------------
|
5641
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5642
|
+
------------------------------------------
|
5643
|
+
-----------------------------------------------------------------------------------------------------
|
5644
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5645
|
+
-----------------------------------------------------------------------------------------------------
|
5646
|
+
---------------------------------------------------------------------
|
5647
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5648
|
+
---------------------------------------------------------------------
|
5649
|
+
-------------------------------------------------------------
|
5650
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5651
|
+
-------------------------------------------------------------
|
5652
|
+
-------------------------------------------------------------------------------------------------------
|
5653
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5654
|
+
-------------------------------------------------------------------------------------------------------
|
5655
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5656
|
+
Redirected to http://test.host/
|
5657
|
+
Completed 302 Found in 0ms
|
5658
|
+
------------------------------------------------------------------------------------------------
|
5659
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5660
|
+
------------------------------------------------------------------------------------------------
|
5661
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5662
|
+
Parameters: {"provider"=>"developer"}
|
5663
|
+
Redirected to http://test.host/
|
5664
|
+
Completed 302 Found in 0ms
|
5665
|
+
------------------------
|
5666
|
+
RailsSsoTest: test_truth
|
5667
|
+
------------------------
|
5668
|
+
----------------------------------------------------
|
5669
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5670
|
+
----------------------------------------------------
|
5671
|
+
------------------------------------------
|
5672
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5673
|
+
------------------------------------------
|
5674
|
+
----------------------------------------------------------------------------
|
5675
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5676
|
+
----------------------------------------------------------------------------
|
5677
|
+
------------------------------------------------------------------------------------
|
5678
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5679
|
+
------------------------------------------------------------------------------------
|
5680
|
+
----------------------------------------------------------------------------
|
5681
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5682
|
+
----------------------------------------------------------------------------
|
5683
|
+
------------------------------------------------------------------------------------
|
5684
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5685
|
+
------------------------------------------------------------------------------------
|
5686
|
+
----------------------------------------------------
|
5687
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5688
|
+
----------------------------------------------------
|
5689
|
+
-------------------------------------------------------------
|
5690
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5691
|
+
-------------------------------------------------------------
|
5692
|
+
---------------------------------------------------------------------
|
5693
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5694
|
+
---------------------------------------------------------------------
|
5695
|
+
-----------------------------------------------------------------------------------------------------
|
5696
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5697
|
+
-----------------------------------------------------------------------------------------------------
|
5698
|
+
-------------------------------------------------------------------------------------------------------
|
5699
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5700
|
+
-------------------------------------------------------------------------------------------------------
|
5701
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5702
|
+
Redirected to http://test.host/
|
5703
|
+
Completed 302 Found in 0ms
|
5704
|
+
------------------------------------------------------------------------------------------------
|
5705
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5706
|
+
------------------------------------------------------------------------------------------------
|
5707
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5708
|
+
Parameters: {"provider"=>"developer"}
|
5709
|
+
Redirected to http://test.host/
|
5710
|
+
Completed 302 Found in 0ms
|
5711
|
+
------------------------------------------------------------------------------------
|
5712
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5713
|
+
------------------------------------------------------------------------------------
|
5714
|
+
----------------------------------------------------------------------------
|
5715
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5716
|
+
----------------------------------------------------------------------------
|
5717
|
+
----------------------------------------------------
|
5718
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5719
|
+
----------------------------------------------------
|
5720
|
+
------------------------------------------
|
5721
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5722
|
+
------------------------------------------
|
5723
|
+
-------------------------------------------------------------
|
5724
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5725
|
+
-------------------------------------------------------------
|
5726
|
+
---------------------------------------------------------------------
|
5727
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5728
|
+
---------------------------------------------------------------------
|
5729
|
+
-----------------------------------------------------------------------------------------------------
|
5730
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5731
|
+
-----------------------------------------------------------------------------------------------------
|
5732
|
+
----------------------------------------------------------------------------
|
5733
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5734
|
+
----------------------------------------------------------------------------
|
5735
|
+
------------------------------------------------------------------------------------
|
5736
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5737
|
+
------------------------------------------------------------------------------------
|
5738
|
+
----------------------------------------------------
|
5739
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5740
|
+
----------------------------------------------------
|
5741
|
+
------------------------
|
5742
|
+
RailsSsoTest: test_truth
|
5743
|
+
------------------------
|
5744
|
+
-------------------------------------------------------------------------------------------------------
|
5745
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5746
|
+
-------------------------------------------------------------------------------------------------------
|
5747
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5748
|
+
Redirected to http://test.host/
|
5749
|
+
Completed 302 Found in 0ms
|
5750
|
+
------------------------------------------------------------------------------------------------
|
5751
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5752
|
+
------------------------------------------------------------------------------------------------
|
5753
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5754
|
+
Parameters: {"provider"=>"developer"}
|
5755
|
+
Redirected to http://test.host/
|
5756
|
+
Completed 302 Found in 0ms
|
5757
|
+
------------------------
|
5758
|
+
RailsSsoTest: test_truth
|
5759
|
+
------------------------
|
5760
|
+
----------------------------------------------------
|
5761
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5762
|
+
----------------------------------------------------
|
5763
|
+
------------------------------------------
|
5764
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5765
|
+
------------------------------------------
|
5766
|
+
-----------------------------------------------------------------------------------------------------
|
5767
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5768
|
+
-----------------------------------------------------------------------------------------------------
|
5769
|
+
---------------------------------------------------------------------
|
5770
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5771
|
+
---------------------------------------------------------------------
|
5772
|
+
-------------------------------------------------------------
|
5773
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5774
|
+
-------------------------------------------------------------
|
5775
|
+
----------------------------------------------------------------------------
|
5776
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5777
|
+
----------------------------------------------------------------------------
|
5778
|
+
------------------------------------------------------------------------------------
|
5779
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5780
|
+
------------------------------------------------------------------------------------
|
5781
|
+
----------------------------------------------------------------------------
|
5782
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5783
|
+
----------------------------------------------------------------------------
|
5784
|
+
----------------------------------------------------
|
5785
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5786
|
+
----------------------------------------------------
|
5787
|
+
------------------------------------------------------------------------------------
|
5788
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5789
|
+
------------------------------------------------------------------------------------
|
5790
|
+
----------------------------------------------------------------------------
|
5791
|
+
RailsSso::FailureAppTest: test_json_call_runs_respond_action_and_renders_401
|
5792
|
+
----------------------------------------------------------------------------
|
5793
|
+
------------------------------------------------------------------------------------
|
5794
|
+
RailsSso::FailureAppTest: test_regular_call_runs_respond_action_and_redirects_to_sso
|
5795
|
+
------------------------------------------------------------------------------------
|
5796
|
+
------------------------------------------------------------------------------------------------
|
5797
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
5798
|
+
------------------------------------------------------------------------------------------------
|
5799
|
+
Processing by RailsSso::SessionsController#create as HTML
|
5800
|
+
Parameters: {"provider"=>"developer"}
|
5801
|
+
Redirected to http://test.host/
|
5802
|
+
Completed 302 Found in 0ms
|
5803
|
+
-------------------------------------------------------------------------------------------------------
|
5804
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
5805
|
+
-------------------------------------------------------------------------------------------------------
|
5806
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
5807
|
+
Redirected to http://test.host/
|
5808
|
+
Completed 302 Found in 0ms
|
5809
|
+
------------------------
|
5810
|
+
RailsSsoTest: test_truth
|
5811
|
+
------------------------
|
5812
|
+
-----------------------------------------------------------------------------------------------------
|
5813
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
5814
|
+
-----------------------------------------------------------------------------------------------------
|
5815
|
+
---------------------------------------------------------------------
|
5816
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
5817
|
+
---------------------------------------------------------------------
|
5818
|
+
-------------------------------------------------------------
|
5819
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
5820
|
+
-------------------------------------------------------------
|
5821
|
+
----------------------------------------------------
|
5822
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
5823
|
+
----------------------------------------------------
|
5824
|
+
------------------------------------------------------------------------------------
|
5825
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
5826
|
+
------------------------------------------------------------------------------------
|
5827
|
+
----------------------------------------------------------------------------
|
5828
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
5829
|
+
----------------------------------------------------------------------------
|
5830
|
+
----------------------------------------------------
|
5831
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
5832
|
+
----------------------------------------------------
|
5833
|
+
------------------------------------------
|
5834
|
+
SsoRoutesTest: test_should_route_/sign_out
|
5835
|
+
------------------------------------------
|