We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313a427 commit 26d14fbCopy full SHA for 26d14fb
1 file changed
Rakefile
@@ -4,7 +4,9 @@
4
require 'bundler'
5
require 'rspec/core/rake_task'
6
7
-load 'spec/shared/lib/tasks/candidate.rake'
+if File.exist?('./spec/shared/lib/tasks/candidate.rake')
8
+ load 'spec/shared/lib/tasks/candidate.rake'
9
+end
10
11
ROOT = File.expand_path(File.join(File.dirname(__FILE__)))
12
0 commit comments