We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273720e commit ec4b49bCopy full SHA for ec4b49b
lib/capybara/cuprite/cookie.rb
@@ -40,7 +40,7 @@ def session?
40
end
41
42
def expires
43
- Time.at(@attributes["expires"]) if (@attributes["expires"]).positive?
+ Time.at(@attributes["expires"]) if @attributes["expires"].positive?
44
45
46
0 commit comments