discourse/plugins/automation/spec/models
Joffrey JAFFEUX 82ac698293
FIX: attempts to fix flaky in stat spec (#32784)
I suspect that by having an integer and not a float sometimes the value
we get is converted to 0.

This is the error we have atm:

```
Failure/Error: measurement = Benchmark.measure { example.run }

  expected: 0.75
       got: 0.0

  (compared using ==)
```

This might not fix it, but it feels right to make this change.
2025-05-18 21:55:46 +02:00
..
automation_spec.rb UX: simplify and shorten new script flow for automations (#29178) 2024-10-23 14:04:17 -04:00
field_spec.rb FEATURE: enhance post created edited trigger in automation (#31900) 2025-03-20 08:05:06 +11:00
stat_spec.rb FIX: attempts to fix flaky in stat spec (#32784) 2025-05-18 21:55:46 +02:00
user_global_notice_spec.rb DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00