summaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
AgeCommit message (Expand)Author
2024-05-15Move `simplecov` config into `rails_helper` (#30302)Matt Jankowski
2024-02-22Change registrations to be disabled by default for new servers (#29280)Claire
2023-11-15Disable simplecov `enable_coverage_for_eval` option, move to standalone file ...Matt Jankowski
2023-11-15Use `Lcov` simplecov formatter on CI and `HTML` elsewhere (#27859)Matt Jankowski
2023-11-14Add CodeCov for Ruby coverage reports (#23868)Nick Schonning
2023-11-07Move search and streaming spec manager classes to separate support files (#27...Matt Jankowski
2023-11-07Consolidate JSON parsing in serializers specs (#27693)Matt Jankowski
2023-11-07Fix `RSpec/MessageSpies` cop (#27751)Matt Jankowski
2023-10-18Fix duplicate github annotations for rspec failures (#27450)Claire
2023-10-17Add RSpec GitHub annotations gem (#24040)Nick Schonning
2023-09-08Add search tests (#26703)jsgoldstein
2023-07-28Add end-to-end (system) tests (#25461)Renaud Chaput
2023-07-12Exclude `lib/linter` from simplecov report (#25916)Matt Jankowski
2023-06-15Remove Ruby GC config from spec helper (#25455)Matt Jankowski
2023-05-04Enable Rubocop Rails/FilePath (#23854)Nick Schonning
2023-02-27Add policies and serializers groups to simplecov output (#23897)Matt Jankowski
2023-02-22Enable Style/FrozenStringLiteralComment for specs (#23790)Nick Schonning
2023-02-19Autofix Rubocop Style/StringLiterals (#23695)Nick Schonning
2023-02-18Autofix Rubocop Style/TrailingCommaInHashLiteral (#23693)Nick Schonning
2022-02-10Improve tests involving push_bulk (#17508)Claire
2019-12-02Move rspec examples to tmp dir (#12539)Yamagishi Kazutoshi
2019-11-19Store rspec statuses in .cache/rspec (#12427)Dimitri Merejkowsky
2019-07-19Add ActivityPub actor representing the entire server (#11321)ThibG
2018-05-09Disable simplecov on CircleCI (#7416)Yamagishi Kazutoshi
2018-05-06Port travis_retry for CI (#7379)Yamagishi Kazutoshi
2018-05-02Slightly reduce RAM usage (#7301)Eugen Rochko
2018-04-20Introduce rspec-retry (#7206)Yamagishi Kazutoshi
2018-02-09Full-text search for authorized statuses (#6423)Eugen Rochko
2017-08-24Minor performance improvement for test suite (#4678)Eugen Rochko
2017-04-18Add more tests for AtomSerializer (#2096)Eugen
2017-04-16View spec fix (#1888)Matt Jankowski
2017-04-13Organize coverage dirs (#1695)Matt Jankowski
2017-01-29Fix testsEugen Rochko
2016-09-21Fix notifications in UI, added new API for fetching account relationshipsEugen Rochko
2016-09-05Add API to upload media attachmentsEugen Rochko
2016-02-25Adding a Mention model, test stubsEugen Rochko