Commit 7c5de8b
committed
Fix "Test is missing assertions" warnings
`test_set_null_fields_on_migrations`
./devise/test/models_test.rb:87
`test_does_not_crash_when_the_last_request_at_is_a_String`
./devise/test/integration/timeoutable_test.rb:191
`test_defined_Warden_after_authentication_callback_should_not_be_called_when_sign_in_is_called`
./devise/test/test/controller_helpers_test.rb:114
`test_defined_Warden_before_logout_callback_should_not_be_called_when_sign_out_is_called`
./devise/test/test/controller_helpers_test.rb:1281 parent 731074b commit 7c5de8b
File tree
3 files changed
+7
-5
lines changed- test
- integration
- test
3 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
196 | 198 | | |
197 | 199 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments