Maikel Linke
|
6317fe1b71
|
Disable RSpec monkey patching
|
2024-05-09 12:24:41 +10:00 |
|
Ana Nunes da Silva
|
061ff91786
|
Fix offense constant definition in block in validators/integer_array_validator_spec.rb
|
2024-04-08 11:16:38 +01:00 |
|
Ana Nunes da Silva
|
0aea14832a
|
Fix offense constant definition in block in validators/date_time_string_validator_spec.rb
|
2024-04-08 11:16:38 +01:00 |
|
Sebastian Castro
|
5f78fdce8b
|
Reports Refactor 2: Move all code to lib/reporting
|
2022-05-12 16:54:13 +02:00 |
|
Luis Ramos
|
2b8f0abe49
|
Try some mass auto-correct adding frozen-string-literal to all specs
|
2020-12-03 06:38:24 -08:00 |
|
Kristina Lim
|
f6e8f18d89
|
Add validator for integer arrays
Example usage:
validates :related_post_ids, integer_array: true
|
2019-02-08 21:26:36 +00:00 |
|
Kristina Lim
|
de9cff6fc2
|
Add validator for datetime string
Example usage:
validates :start_at, date_time_string: true
|
2019-02-08 21:26:36 +00:00 |
|