Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Dec 2, 2024
1 parent b9d2e1e commit 44c4c8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source "https://rubygems.org"

gem 'rake'
gem 'minitest'
gem 'simplecov'
gem 'simplecov-cobertura'
gem "rake"
gem "minitest"
gem "simplecov"
gem "simplecov-cobertura"

gemspec
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
enable_coverage :branch
end

require 'simplecov-cobertura'
require "simplecov-cobertura"
SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter
end

Expand Down

0 comments on commit 44c4c8f

Please sign in to comment.