Skip to content

Commit 549f890

Browse files
committed
1 parent 975e42f commit 549f890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mspec/spec/helpers/ruby_exe_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class RubyExeSpecs
145145
stub_const 'RUBY_EXE', 'ruby_spec_exe -w -Q'
146146

147147
@script = RubyExeSpecs.new
148-
allow(@script).to receive(:`)
148+
allow(@script).to receive(:`).and_return('OUTPUT')
149149

150150
status_successful = double(Process::Status, exitstatus: 0)
151151
allow(Process).to receive(:last_status).and_return(status_successful)

0 commit comments

Comments
 (0)