Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into feature/add_argument_parameter_…
Browse files Browse the repository at this point in the history
…to_build_method
  • Loading branch information
lemonowl committed Aug 13, 2024
2 parents 9c28728 + eb59185 commit 7a59cbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
childprocess (5.0.0)
childprocess (5.1.0)
logger (~> 1.5)
diff-lcs (1.5.1)
hashery (2.1.2)
image_size (3.4.0)
Expand All @@ -15,6 +16,7 @@ GEM
jwt (2.8.2)
base64
language_server-protocol (3.17.0.3)
logger (1.6.0)
mini_portile2 (2.8.7)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
Expand All @@ -35,10 +37,10 @@ GEM
childprocess (>= 0.6.3, < 6)
iniparse (~> 1.4)
rexml (~> 3.2)
parallel (1.25.1)
parallel (1.26.2)
parallel_tests (4.7.1)
parallel
parser (3.3.4.0)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pdf-reader (2.12.0)
Expand All @@ -52,7 +54,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.4)
rexml (3.3.5)
strscan
rmagick (6.0.1)
observer (~> 0.1)
Expand Down Expand Up @@ -81,14 +83,14 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.0)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.0.3)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
ruby-ole (1.2.13.1)
ruby-progressbar (1.13.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

it 'aborted if bad address' do
expect { described_class.new(address: bad) }
.to raise_error.with_message(/Failed to download the file. HTTP status code: .*/)
.to raise_error(/Failed to download the file. HTTP status code: .*/)
end

describe TestCoverageResult do
Expand Down

0 comments on commit 7a59cbe

Please sign in to comment.