summaryrefslogtreecommitdiffstats
path: root/spec/rails_helper.rb
AgeCommit message (Expand)Author
2024-05-15Move `simplecov` config into `rails_helper` (#30302)Matt Jankowski
2024-05-10Consolidate system specs into single directory, use rspec tags for configurat...Matt Jankowski
2024-03-13Use `before_all` block to setup `requests/cache_spec` data (#29437)Matt Jankowski
2024-02-19Use `capture_emails` helper to improve email assertions in specs (#29245)Matt Jankowski
2024-02-07Add common `ThreadingHelper` module for specs (#29116)Matt Jankowski
2024-02-06Replace deprecated `Sidekiq::Testing` block style (#29097)Matt Jankowski
2024-01-11Move streaming `around` config into manager class (#28684)Matt Jankowski
2024-01-10Extract capybara config and improve headless_chrome driver config (#28681)Matt Jankowski
2024-01-10Use Sidekiq `fake!` instead of `inline!` in specs (#25369)Matt Jankowski
2024-01-05Fix NULL MX handling and tighten DNS resolving specs (#28607)Claire
2023-12-22Clean up `tagged_with_*` Status specs, fix `RSpec/LetSetup` cop (#28462)Matt Jankowski
2023-12-13Remove the `stub_stdout` wrapper around CLI specs (#28340)Matt Jankowski
2023-12-07Formalize some patterns in cli specs (#28255)Matt Jankowski
2023-11-23Consolidate configuration of `Sidekiq::Testing.fake!` setup (#28046)Matt Jankowski
2023-11-21Update rspec fixture path config to silence deprecation warning (#28018)Matt Jankowski
2023-11-17Configure elastic search integration with rspec tag (#27882)Matt Jankowski
2023-11-17Add `email_spec` and speedup/cleanup to `spec/mailers` (#27902)Matt Jankowski
2023-11-08Move RSpec config for streaming/search managers to be near classes (#27761)Matt Jankowski
2023-11-07Fix `RSpec/HookArgument` cop (#27747)Matt Jankowski
2023-10-16Remove unused stub json ld context (#25454)Matt Jankowski
2023-10-16Add coverage for `CLI::Statuses` command (#25321)Matt Jankowski
2023-10-13Move `SignedReqestHelpers` rspec config to separate file (#25453)Matt Jankowski
2023-09-08Add search tests (#26703)jsgoldstein
2023-07-28Profiling tools configuration improvement (#25383)Matt Jankowski
2023-07-28Add end-to-end (system) tests (#25461)Renaud Chaput
2023-06-10Add coverage for `CLI::Cache` command (#25238)Matt Jankowski
2023-06-10Disable paperclip processing in specs (#25359)Matt Jankowski
2023-05-31Silence output to stdout during cli specs (#25211)Matt Jankowski
2023-05-04Enable Rubocop Rails/FilePath (#23854)Nick Schonning
2023-05-02Add request specs for caching behavior (#24592)Claire
2023-04-26React component helper specs (#24072)Matt Jankowski
2023-04-24Add feature test for OAuth access grant (#24624)Claire
2023-03-10Add basic search specs for chewy indexes (#24065)Matt Jankowski
2023-02-22Autofix Rubocop Rails/RootPathnameMethods (#23760)Nick Schonning
2023-02-22Enable Style/FrozenStringLiteralComment for specs (#23790)Nick Schonning
2023-02-19Autofix Rubocop Style/StringLiterals (#23695)Nick Schonning
2023-02-18Apply Rubocop Style/RedundantConstantBase (#23463)Nick Schonning
2023-02-08Apply Rubocop Style/ExpandPathArguments (#23450)Nick Schonning
2022-04-28Fix single Redis connection being used across all threads (#18135)Eugen Rochko
2022-03-12Fix not updating a status when newer version is fetched manually (#17745)Eugen Rochko
2020-08-24Add WebAuthn as an alternative 2FA method (#14466)santiagorodriguez96
2020-03-21Bump sidekiq from 5.2.7 to 6.0.4 (#11727)dependabot-preview[bot]
2019-10-01Fix records not being indexed sometimes (#12024)Eugen Rochko
2019-01-15Disable Same-Site cookie implementation to fix SSO issues on WebKit browsers ...Moritz Heiber
2018-10-08rubocop issues - Cleaning up (#8912)ashleyhull-versent
2018-09-08feat(cookies): Use the same-site attribute to lax (#8626)Sorin Davidoi
2018-05-02Slightly reduce RAM usage (#7301)Eugen Rochko
2018-02-17Isolate each specs for cache store (#6450)Akihiko Odaki
2018-01-07Fix force_ssl conditional (#6201)Yamagishi Kazutoshi
2018-01-05Fix enforce HTTPS in production. (#6180)Naoki Kosaka