Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 83c66d2

Browse files
committed
Force non-ANSICON environment.
On appveyor we install ANSICON.
1 parent 2240609 commit 83c66d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/rspec/core/configuration_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,8 @@ def metadata_hash(*args)
10361036
end
10371037

10381038
context "with ANSICON NOT available" do
1039+
around { |e| with_env_vars('ANSICON' => nil, &e) }
1040+
10391041
before do
10401042
allow_warning
10411043
end

0 commit comments

Comments
 (0)