-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
F2: Test coverage for the post publisher (#597)
* Update gems (includes Rails 8.0.0.rc2) * Remove redundant requires * Test post publisher happy path * Disable Rubocop standard temporarily * Simplify downloader errors handling * Define default HTTP client * Fix class name * Bypass exceptions * Add a comment * Test coverage * Remove logging from the service * Test comments publication * Test errors handling * Rubocop * Fix a test
- Loading branch information
1 parent
e784045
commit 064756e
Showing
18 changed files
with
330 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
require: | ||
- standard | ||
# - standard | ||
- rubocop-performance | ||
- rubocop-rails | ||
- rubocop-rspec | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
require "rails_helper" | ||
|
||
RSpec.describe Freefeed::AuthenticatedRequest do | ||
let(:client) do | ||
Freefeed::Client.new( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.