Skip to content

Commit

Permalink
Update spec/unit/action/deploy/environment_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Molly Waggett <[email protected]>
  • Loading branch information
justinstoller and mwaggett committed Sep 1, 2021
1 parent 257f298 commit 4acfacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/action/deploy/environment_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
and_return(loader).at_least(:once)
end

it "incremental unchanged flag causes the module definitons to be preloaded by the loader" do
it "incremental flag causes the module definitons to be preloaded by the loader" do
expect(loader).to receive(:load_metadata).exactly(4).times
action = described_class.new({:config => "/some/nonexistent/path",
:modules => true,
Expand Down

0 comments on commit 4acfacb

Please sign in to comment.