We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e21df8 commit 5194960Copy full SHA for 5194960
spec/filters/date.rb
@@ -138,7 +138,7 @@
138
#Support float values
139
sample("mydate" => 1350414944.123456) do
140
insist { subject["mydate"] } == 1350414944.123456
141
- insist { subject.timestamp } == Time.iso8601("2012-10-16T12:15:44.123-07:00").utc
+ insist { subject["@timestamp"].time } == Time.iso8601("2012-10-16T12:15:44.123-07:00").utc
142
end
143
144
#Invalid value should not be evaluated to zero (String#to_i madness)
0 commit comments