Skip to content

Commit 049a348

Browse files
authored
Merge pull request #718 from binarylogic/fix_ci
Trying to fix CI
2 parents 4a06362 + f569c8a commit 049a348

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/authlogic/session/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ def encrypt_cookie(value = nil)
967967
end
968968
rw_config(:encrypt_cookie, value, false)
969969
end
970-
alias_method :encrypt_cookie=, :encrypt_cookie
970+
alias encrypt_cookie= encrypt_cookie
971971

972972
# Works exactly like cookie_key, but for sessions. See cookie_key for more info.
973973
#

lib/authlogic/test_case/mock_cookie_jar.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ def []=(key, options)
5757
end
5858
end
5959

60+
# Which ActionDispatch class is this a mock of?
61+
# TODO: Document as with other mocks above.
6062
class MockEncryptedCookieJar < MockCookieJar
6163
attr_reader :parent_jar # helper for testing
6264

0 commit comments

Comments
 (0)