Skip to content

Commit

Permalink
Fix typo: remove extra "packaged".
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Dec 30, 2024
1 parent 1de3b39 commit 1f82d73
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 1f82d73

Please sign in to comment.