From 296f68816cf575b3ff920f92aec8a4109a7d81d4 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 28 Mar 2020 00:22:48 +0100 Subject: Update to ruby/mspec@16b5a0a --- spec/mspec/spec/utils/options_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/mspec/spec/utils/options_spec.rb') diff --git a/spec/mspec/spec/utils/options_spec.rb b/spec/mspec/spec/utils/options_spec.rb index face909286..ef85c41246 100644 --- a/spec/mspec/spec/utils/options_spec.rb +++ b/spec/mspec/spec/utils/options_spec.rb @@ -1044,7 +1044,7 @@ describe "The -H, --random option" do end it "registers the MSpec randomize mode" do - MSpec.should_receive(:randomize).twice + MSpec.should_receive(:randomize=).twice ["-H", "--random"].each do |opt| @options.parse opt end -- cgit v1.2.3