Skip to content

Commit

Permalink
TICtxtWrd-bundler: Test Improvement, Context Wording, ecosystem bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
“Thavachelvam committed May 20, 2024
1 parent 9b2ba2e commit 097f11a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
let(:gemfile) { bundler_project_dependency_file("path_source", filename: "Gemfile") }
it { is_expected.to eq([Pathname.new("plugins/example")]) }

context "when gemspec path must be eval-ed" do
context "when gemspec path must be evaluated" do
let(:gemfile) { bundler_project_dependency_file("path_source_eval", filename: "Gemfile") }

it "raises a helpful error" do
Expand Down

0 comments on commit 097f11a

Please sign in to comment.