xing-framework 0.2.8 → 0.2.9.beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d42d02e7225ffacd5fa46cdd4fb5e1d4ade872e8
4
- data.tar.gz: efddb395fae8ef96910c57dc72d2b4707bbf0e23
3
+ metadata.gz: 4ee427928d1b473331f37b653ded6868fc886ff4
4
+ data.tar.gz: e970165e9b43ef771c7d4170f12ad4646654b7a1
5
5
  SHA512:
6
- metadata.gz: b7acec8c1ccc3904c9bff638597a4a8d27eab1356faf50e125ab70b12739a811bb1a2ac857f4e3467bcfec3537b704eebe1ed2a9c83b3f1edceb2f916ee13eca
7
- data.tar.gz: 30e00ef5dd2b2dc4ebfb4e83cfb460e718eef8bf22c210eb1f98f9c1a5641493f2e288a5f97ef130b6c59b968b53910752d7c2091b0b94bfda025de2b07e7ee7
6
+ metadata.gz: e3e41fc5f0f09a6ad01a397af325a18c38f9e9da9bfa9380d7ef142781f74a52739b0b5d6bb30be306b097a82f5d611dde343fa27588d28549603c6b3914724c
7
+ data.tar.gz: 24cba0ab0f3cf5b83e6f10cca41c66e12c9fab1c857c0688fed836342ec5d83ef966c79041f0d636a1088cf850d95b3b71447f9eafc9a3199e23979bf8926e41
@@ -0,0 +1,183 @@
1
+ !_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
2
+ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
3
+ !_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
4
+ !_TAG_PROGRAM_NAME Exuberant Ctags //
5
+ !_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
6
+ !_TAG_PROGRAM_VERSION 5.8 //
7
+ $authMock ../frontend/test/auth/passwords/passwordsControllers.js /^ $authMock = {$/;" o
8
+ $authMock ../frontend/test/auth/registrations/registrationsControllers.js /^ $authMock = {$/;" o
9
+ $authMock ../frontend/test/auth/sessions/sessionsControllers.js /^ $authMock = {$/;" o
10
+ $scope.passwordRequest ../frontend/src/app/auth/passwords/passwordsControllers.js /^ $scope.passwordRequest = {$/;" o
11
+ $scope.passwordRequest ../frontend/test/auth/passwords/passwordsControllers.js /^ $scope.passwordRequest = { email: "bob@bob.com" };$/;" o
12
+ $scope.passwordRequest ../frontend/test/auth/passwords/passwordsControllers.js /^ $scope.passwordRequest = { email: ''};$/;" o
13
+ $scope.passwordRequestSubmit ../frontend/src/app/auth/passwords/passwordsControllers.js /^ $scope.passwordRequestSubmit = function() {$/;" f
14
+ $scope.passwordUpdate ../frontend/src/app/auth/passwords/passwordsControllers.js /^ $scope.passwordUpdate = {$/;" o
15
+ $scope.passwordUpdate ../frontend/test/auth/passwords/passwordsControllers.js /^ $scope.passwordUpdate = {$/;" o
16
+ $scope.passwordUpdateSubmit ../frontend/src/app/auth/passwords/passwordsControllers.js /^ $scope.passwordUpdateSubmit = function() {$/;" f
17
+ $scope.registration ../frontend/src/app/auth/registrations/registrationsControllers.js /^ $scope.registration = {$/;" o
18
+ $scope.registration ../frontend/test/auth/registrations/registrationsControllers.js /^ $scope.registration = { email: "bob@bob.com",$/;" o
19
+ $scope.registrationSubmit ../frontend/src/app/auth/registrations/registrationsControllers.js /^ $scope.registrationSubmit = function() {$/;" f
20
+ $scope.session ../frontend/src/app/auth/sessions/sessionsControllers.js /^ $scope.session = {$/;" o
21
+ $scope.session ../frontend/test/auth/sessions/sessionsControllers.js /^ $scope.session = { email: "bob", password: "password" };$/;" o
22
+ $scope.session ../frontend/test/auth/sessions/sessionsControllers.js /^ $scope.session = { email: "jill", password: "wrong password" };$/;" o
23
+ $scope.sessionSubmit ../frontend/src/app/auth/sessions/sessionsControllers.js /^ $scope.sessionSubmit = function() {$/;" f
24
+ $scope.session[authConfig.authKey] ../frontend/src/app/auth/sessions/sessionsControllers.js /^ $scope.session[authConfig.authKey] = '';$/;" s
25
+ $stateMock ../frontend/test/auth/registrations/registrationsControllers.js /^ $stateMock = {$/;" o
26
+ $stateMock ../frontend/test/auth/sessions/sessionsControllers.js /^ $stateMock = {$/;" o
27
+ $toastMock ../frontend/test/auth/passwords/passwordsControllers.js /^ $toastMock = {};$/;" o
28
+ $toastMock ../frontend/test/auth/registrations/registrationsControllers.js /^ $toastMock = {};$/;" o
29
+ $toastMock ../frontend/test/auth/sessions/sessionsControllers.js /^ $toastMock = {};$/;" o
30
+ (session.user.password ../frontend/test/auth/sessions/sessionsControllers.js /^ if ((session.user.email == "bob") && (session.user.password = "password")) {$/;" s
31
+ APP_MODULE ../backend/config/application.rb /^module APP_MODULE$/;" m
32
+ APP_MODULE ../backend/lib/static-app.rb /^module APP_MODULE$/;" m
33
+ Ability ../backend/app/models/ability.rb /^class Ability$/;" c
34
+ AdminOnly ../frontend/src/common/components/adminOnly/adminOnly.js /^export default class AdminOnly extends OnLoginDirective {$/;" c
35
+ Application ../backend/config/application.rb /^ class Application < Rails::Application$/;" c class:APP_MODULE
36
+ ApplicationController ../backend/app/controllers/application_controller.rb /^class ApplicationController < Xing::Controllers::Base$/;" c
37
+ ConfirmationsController ../backend/app/controllers/confirmations_controller.rb /^class ConfirmationsController < DeviseTokenAuth::ConfirmationsController$/;" c
38
+ ConfirmationsSuccessState ../frontend/src/app/auth/confirmations/confirmationsStates.js /^export class ConfirmationsSuccessState extends LoggedInOnlyState {$/;" c
39
+ DevelopmentMailInterceptor ../backend/config/initializers/smtp.rb /^class DevelopmentMailInterceptor$/;" c
40
+ DeviseExtraTestHelper ../backend/spec/support/devise_helper.rb /^module DeviseExtraTestHelper$/;" m
41
+ HomepageShowState ../frontend/src/app/homepage/homepageStates.js /^export class HomepageShowState {$/;" c
42
+ HomepageState ../frontend/src/app/homepage/homepageStates.js /^export class HomepageState extends TrackAdminState {$/;" c
43
+ OnLoginDirective ../frontend/src/common/components/OnLoginDirective/OnLoginDirective.js /^export default class OnLoginDirective {$/;" c
44
+ PasswordsController ../backend/app/controllers/passwords_controller.rb /^class PasswordsController < DeviseTokenAuth::PasswordsController$/;" c
45
+ PasswordsRequestState ../frontend/src/app/auth/passwords/passwordsStates.js /^export class PasswordsRequestState {$/;" c
46
+ PasswordsRequestSuccessState ../frontend/src/app/auth/passwords/passwordsStates.js /^export class PasswordsRequestSuccessState {$/;" c
47
+ PasswordsUpdateState ../frontend/src/app/auth/passwords/passwordsStates.js /^export class PasswordsUpdateState extends LoggedInOnlyState {$/;" c
48
+ PasswordsUpdateSuccessState ../frontend/src/app/auth/passwords/passwordsStates.js /^export class PasswordsUpdateSuccessState extends LoggedInOnlyState {$/;" c
49
+ RSpec ../backend/spec/support/devise_helper.rb /^module RSpec::Rails::ControllerExampleGroup$/;" m
50
+ RSpec ../backend/spec/support/devise_helper.rb /^module RSpec::Rails::HelperExampleGroup$/;" m
51
+ RSpec ../backend/spec/support/devise_helper.rb /^module RSpec::Rails::ViewExampleGroup$/;" m
52
+ RegistrationsController ../backend/app/controllers/registrations_controller.rb /^class RegistrationsController < DeviseTokenAuth::RegistrationsController$/;" c
53
+ RegistrationsState ../frontend/src/app/auth/registrations/registrationsStates.js /^export class RegistrationsState {$/;" c
54
+ RegistrationsSuccessState ../frontend/src/app/auth/registrations/registrationsStates.js /^export class RegistrationsSuccessState {$/;" c
55
+ Resources ../frontend/src/common/resources.js /^class Resources extends RL.Resource {$/;" c
56
+ Role ../backend/app/models/role/admin.rb /^class Role::Admin < Role$/;" c
57
+ RootInnerState ../frontend/src/app/rootStates.js /^export class RootInnerState {$/;" c
58
+ RootState ../frontend/src/app/rootStates.js /^export class RootState {$/;" c
59
+ SessionLinks ../frontend/src/common/components/sessionLinks/sessionLinks.js /^export default class SessionLinks extends OnLoginDirective {$/;" c
60
+ SessionsState ../frontend/src/app/auth/sessions/sessionsStates.js /^export class SessionsState {$/;" c
61
+ SessionsSuccessState ../frontend/src/app/auth/sessions/sessionsStates.js /^export class SessionsSuccessState extends LoggedInOnlyState {$/;" c
62
+ SignOut ../frontend/src/common/components/signOut/signOut.js /^export default class SignOut {$/;" c
63
+ StaticApp ../backend/lib/static-app.rb /^ class StaticApp < Xing::DevAssets::RackApp$/;" c class:APP_MODULE
64
+ User ../backend/app/models/user.rb /^class User < ActiveRecord::Base$/;" c
65
+ XingApp ../backend/config/application.rb /^module XingApp; end$/;" m
66
+ appName ../frontend/src/common/config.js /^export var appName = "XING-BASE";$/;" s
67
+ app_files ../frontend/build.config.js /^ app_files: {$/;" o
68
+ assets ../frontend/build.config.js /^ assets: [$/;" a
69
+ atpl ../frontend/build.config.js /^ atpl: [ 'src\/app\/**\/*.tpl.html' ],$/;" a
70
+ browsers ../frontend/karma/karma-unit.tpl.js /^ browsers: [$/;" a
71
+ build_dirs ../frontend/build.config.js /^ build_dirs: {$/;" o
72
+ children ../frontend/test/app.js /^ children: {}$/;" o
73
+ coffee ../frontend/build.config.js /^ coffee: [ 'src\/**\/*.coffee', '!src\/**\/*.spec.coffee' ],$/;" a
74
+ coffeeunit ../frontend/build.config.js /^ coffeeunit: [ 'test\/**\/*.coffee' ],$/;" a
75
+ compare ../frontend/test/specHelper.js /^ compare: function(actual) {$/;" f
76
+ compare ../frontend/test/specHelper.js /^ compare: function(actual, expected) {$/;" f
77
+ compile_targets ../frontend/build.config.js /^ compile_targets: {$/;" o
78
+ config ../frontend/src/app/auth/config.js /^ var config = {$/;" o
79
+ configuration ../frontend/src/common/config.js /^export var configuration = { backendUrl, appName };$/;" o
80
+ configure_permitted_parameters ../backend/app/controllers/registrations_controller.rb /^ def configure_permitted_parameters$/;" f class:RegistrationsController
81
+ confirmationLocation.pathname ../frontend/src/app/auth/auth.js /^ confirmationLocation.pathname = "\/confirmed";$/;" s
82
+ confirmationLocation.search ../frontend/src/app/auth/auth.js /^ confirmationLocation.search = "";$/;" s
83
+ content_for ../backend/spec/spec_helper.rb /^def content_for(name)$/;" f
84
+ cookies ../frontend/src/common/config.js /^ var cookies = [];$/;" a
85
+ css ../frontend/build.config.js /^ css: [$/;" a
86
+ ctpl ../frontend/build.config.js /^ ctpl: [ 'src\/common\/**\/*.tpl.html' ],$/;" a
87
+ current_user ../backend/spec/support/devise_helper.rb /^ def current_user(stubs = {})$/;" f class:DeviseExtraTestHelper
88
+ current_user_session ../backend/spec/support/devise_helper.rb /^ def current_user_session(stubs = {}, user_stubs = {})$/;" f class:DeviseExtraTestHelper
89
+ data ../frontend/test/auth/passwords/passwordsControllers.js /^ data: {$/;" o
90
+ data ../frontend/test/auth/registrations/registrationsControllers.js /^ data: {$/;" o
91
+ delivering_email ../backend/config/initializers/smtp.rb /^ def self.delivering_email(message)$/;" F class:DevelopmentMailInterceptor
92
+ environment ../frontend/config/environments/development.js /^export var environment = {$/;" o
93
+ environment ../frontend/config/environments/integration.js /^export var environment = {$/;" o
94
+ environment ../frontend/config/environments/production.js /^export var environment = {$/;" o
95
+ environment ../frontend/config/environments/test.js /^export var environment = {$/;" o
96
+ errors ../frontend/test/auth/passwords/passwordsControllers.js /^ errors: ["Missing Email"]$/;" a
97
+ errors ../frontend/test/auth/passwords/passwordsControllers.js /^ errors: { passwordConfirmation: "must match password" }$/;" o
98
+ errors ../frontend/test/auth/registrations/registrationsControllers.js /^ errors: { emailConfirmation: "must match email" }$/;" o
99
+ exclude ../frontend/karma/karma-unit.tpl.js /^ exclude: [$/;" a
100
+ files ../frontend/karma/karma-unit.tpl.js /^ files: [$/;" a
101
+ frameworks ../frontend/karma/karma-unit.tpl.js /^ frameworks: [ 'jasmine' ],$/;" a
102
+ html ../frontend/build.config.js /^ html: [ 'src\/index.html' ],$/;" a
103
+ initialize ../backend/app/models/ability.rb /^ def initialize(user)$/;" f class:Ability
104
+ js ../frontend/build.config.js /^ js: [ 'src\/**\/*.js', '!src\/**\/*.spec.js', '!src\/assets\/**\/*.js' ],$/;" a
105
+ js ../frontend/build.config.js /^ js: [$/;" a
106
+ js_es6 ../frontend/build.config.js /^ js_es6: [ 'build\/src-es6\/**\/*.js', '!build\/src-es6\/**\/*.spec.js', '!build\/src-es6\/assets\/**\/*.js' ],$/;" a
107
+ js_roots ../frontend/build.config.js /^ js_roots: [ 'src\/app\/app.js' ],$/;" a
108
+ jstest ../frontend/build.config.js /^ jstest: [ 'test\/**\/*.js', 'test-help\/**\/*.js' ],$/;" a
109
+ jstest_es6 ../frontend/build.config.js /^ jstest_es6: [ 'build\/test-es6\/**\/*.js', 'build\/test-help-es6\/**\/*.js' ],$/;" a
110
+ jsunit ../frontend/build.config.js /^ jsunit: [ 'test\/**\/*.js' ],$/;" a
111
+ log_root ../backend/lib/static-app.rb /^ def log_root$/;" f class:APP_MODULE.StaticApp
112
+ login_as ../backend/spec/support/devise_helper.rb /^ def login_as(user)$/;" f class:DeviseExtraTestHelper
113
+ logout ../backend/spec/support/devise_helper.rb /^ def logout$/;" f
114
+ mockDir ../frontend/test/support/mockDirective.js /^ var mockDir = {$/;" o
115
+ mockMain ../frontend/test/app.js /^ mockMain = {$/;" o
116
+ mockSerializer ../frontend/test/auth/passwords/passwordsControllers.js /^ mockSerializer = function() {$/;" f
117
+ mockSerializer ../frontend/test/auth/registrations/registrationsControllers.js /^ mockSerializer = function() {$/;" f
118
+ module.exports ../frontend/Gruntfile.js /^module.exports = function( grunt , options ) {$/;" f
119
+ module.exports ../frontend/build.config.js /^module.exports = {$/;" o
120
+ module.exports ../frontend/karma/karma-unit.tpl.js /^module.exports = function ( config ) {$/;" f
121
+ passwordResetSuccessLocation.pathname ../frontend/src/app/auth/auth.js /^ passwordResetSuccessLocation.pathname = "\/update-password";$/;" s
122
+ passwordResetSuccessLocation.search ../frontend/src/app/auth/auth.js /^ passwordResetSuccessLocation.search = "";$/;" s
123
+ plugins ../frontend/karma/karma-unit.tpl.js /^ plugins: [$/;" a
124
+ portOffset ../frontend/karma/karma-unit.tpl.js /^ var portOffset = function() {$/;" f
125
+ preprocessors ../frontend/karma/karma-unit.tpl.js /^ preprocessors: {$/;" o
126
+ role ../backend/app/models/user.rb /^ def role$/;" f class:User
127
+ routes ../backend/spec/spec_helper.rb /^def routes$/;" f
128
+ services ../frontend/src/common/components/adminOnly/adminOnly.js /^ services: ['$rootScope', '$auth'],$/;" a
129
+ services ../frontend/src/common/components/sessionLinks/sessionLinks.js /^ services: ['$rootScope', '$auth']$/;" a
130
+ set_abilities ../backend/app/models/role/admin.rb /^ def set_abilities(ability)$/;" f class:Role
131
+ sign_in ../backend/spec/support/devise_helper.rb /^ def sign_in(user)$/;" f class:DeviseExtraTestHelper
132
+ sign_out ../backend/spec/support/devise_helper.rb /^ def sign_out(user)$/;" f class:DeviseExtraTestHelper
133
+ storageType ../frontend/src/app/auth/auth.js /^ storageType = 'cookies';$/;" s
134
+ storageType ../frontend/src/app/auth/auth.js /^ var storageType = 'localStorage';$/;" s
135
+ test_files ../frontend/build.config.js /^ test_files: {$/;" o
136
+ theToken ../frontend/test/auth/passwords/passwordsControllers.js /^ theToken = "someCryptoThingOrWhat";$/;" s
137
+ theUpdateUrl ../frontend/test/auth/passwords/passwordsControllers.js /^ theUpdateUrl = "the:\/\/update.url\/for_passwords";$/;" s
138
+ this.$get ../frontend/src/app/auth/config.js /^ this.$get = [function authKey() {$/;" a
139
+ this.authKey ../frontend/src/app/auth/config.js /^ this.authKey = function (name) {$/;" f
140
+ this.controller ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.controller = 'PasswordsRequestCtrl';$/;" s
141
+ this.controller ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.controller = 'PasswordsUpdateCtrl';$/;" s
142
+ this.controller ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.controller = 'RegistrationsCtrl';$/;" s
143
+ this.controller ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.controller = 'SessionsCtrl';$/;" s
144
+ this.controller ../frontend/src/app/homepage/homepageStates.js /^ this.controller = 'HomepageCtrl';$/;" s
145
+ this.controller ../frontend/src/app/homepage/homepageStates.js /^ this.controller = 'HomepageShowCtrl';$/;" s
146
+ this.controller ../frontend/src/app/rootStates.js /^ this.controller = 'RootCtrl';$/;" s
147
+ this.enableRecovery ../frontend/src/app/auth/config.js /^ this.enableRecovery = function() {$/;" f
148
+ this.restrict ../frontend/src/common/components/signOut/signOut.js /^ this.restrict = 'A';$/;" s
149
+ this.serialize ../frontend/test/auth/passwords/passwordsControllers.js /^ this.serialize = function(data) {$/;" f
150
+ this.serialize ../frontend/test/auth/registrations/registrationsControllers.js /^ this.serialize = function(data) {$/;" f
151
+ this.templateUrl ../frontend/src/app/auth/confirmations/confirmationsStates.js /^ this.templateUrl = 'auth\/confirmations\/confirmations-success.tpl.html';$/;" s
152
+ this.templateUrl ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.templateUrl = 'auth\/passwords\/passwords-request-success.tpl.html';$/;" s
153
+ this.templateUrl ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.templateUrl = 'auth\/passwords\/passwords-request.tpl.html';$/;" s
154
+ this.templateUrl ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.templateUrl = 'auth\/passwords\/passwords-update-success.tpl.html';$/;" s
155
+ this.templateUrl ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.templateUrl = 'auth\/passwords\/passwords-update.tpl.html';$/;" s
156
+ this.templateUrl ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.templateUrl = 'auth\/registrations\/registrations-success.tpl.html';$/;" s
157
+ this.templateUrl ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.templateUrl = 'auth\/registrations\/registrations.tpl.html';$/;" s
158
+ this.templateUrl ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.templateUrl = 'auth\/sessions\/sessions-success.tpl.html';$/;" s
159
+ this.templateUrl ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.templateUrl = 'auth\/sessions\/sessions.tpl.html';$/;" s
160
+ this.templateUrl ../frontend/src/app/homepage/homepageStates.js /^ this.templateUrl = 'homepage\/homepage-show.tpl.html';$/;" s
161
+ this.templateUrl ../frontend/src/app/homepage/homepageStates.js /^ this.templateUrl = 'homepage\/homepage.tpl.html';$/;" s
162
+ this.templateUrl ../frontend/src/app/rootStates.js /^ this.templateUrl = "root.tpl.html";$/;" s
163
+ this.url ../frontend/src/app/auth/confirmations/confirmationsStates.js /^ this.url = '^\/confirmed';$/;" s
164
+ this.url ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.url = '^\/reset-password';$/;" s
165
+ this.url ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.url = '^\/reset-password-sent';$/;" s
166
+ this.url ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.url = '^\/update-password';$/;" s
167
+ this.url ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.url = '^\/updated-password';$/;" s
168
+ this.url ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.url = '^\/sign-up';$/;" s
169
+ this.url ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.url = '^\/signed-up';$/;" s
170
+ this.url ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.url = '^\/sign-in';$/;" s
171
+ this.url ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.url = '^\/signed-in';$/;" s
172
+ this.url ../frontend/src/app/homepage/homepageStates.js /^ this.url = '';$/;" s
173
+ this.url ../frontend/src/app/homepage/homepageStates.js /^ this.url = 'home';$/;" s
174
+ this.url ../frontend/src/app/rootStates.js /^ this.url = "\/";$/;" s
175
+ this.url ../frontend/src/app/rootStates.js /^ this.url = "inner";$/;" s
176
+ toBeFunction ../frontend/test/specHelper.js /^ toBeFunction: function () {$/;" f
177
+ toBeInstanceOf ../frontend/test/specHelper.js /^ toBeInstanceOf: function () {$/;" f
178
+ toEqualData ../frontend/test/specHelper.js /^ toEqualData: function () {$/;" f
179
+ ttpl ../frontend/build.config.js /^ ttpl: [ 'test\/**\/*.json', 'test\/**\/*.tpl.html' ],$/;" a
180
+ vendor_files ../frontend/build.config.js /^ vendor_files: {$/;" o
181
+ verify_authorization_successful ../backend/spec/support/devise_helper.rb /^ def verify_authorization_successful$/;" f
182
+ verify_authorization_unsuccessful ../backend/spec/support/devise_helper.rb /^ def verify_authorization_unsuccessful$/;" f
183
+ warden ../backend/spec/support/devise_helper.rb /^ def warden #:nodoc:$/;" f class:DeviseExtraTestHelper