Skip to content

Commit

Permalink
Merge pull request #81 from block/myron/dependabot-fixes/step7
Browse files Browse the repository at this point in the history
Fix typo: remove extra "packaged".
  • Loading branch information
myronmarston authored Dec 31, 2024
2 parents 1de3b39 + 1f82d73 commit bc9ab19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticgraph/spec/unit/elastic_graph/gem_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module ElasticGraph
expect(gemspec.name).to eq gem_name
end

it "has no symlinked files included in the gem since they do not work correctly when the gem is packaged packaged" do
it "has no symlinked files included in the gem since they do not work correctly when the gem is packaged" do
symlink_files = gemspec.files.select { |f| ::File.exist?(f) && ::File.ftype(f) == "link" }
expect(symlink_files).to be_empty
end
Expand Down

0 comments on commit bc9ab19

Please sign in to comment.