We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f767b commit c3cb7e2Copy full SHA for c3cb7e2
spec/runner_spec.rb
@@ -131,7 +131,7 @@ def when_no_thorfiles_exist
131
132
# Stub load and save to avoid thor.yaml from being overwritten
133
allow(YAML).to receive(:load_file).and_return(@original_yaml)
134
- allow(File).to receive(:exists?).with(root_file).and_return(true)
+ allow(File).to receive(:exist?).with(root_file).and_return(true)
135
allow(File).to receive(:open).with(root_file, "w")
136
end
137
0 commit comments