Skip to content

Commit f5cd634

Browse files
committed
Correct path to documentation examples for rake task
1 parent a8abb5c commit f5cd634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ desc 'Run code examples for documentation'
239239
task :doc_examples do
240240

241241
RSpec::Core::RakeTask.new(:spec) do |t|
242-
t.pattern = 'example/docs/spec/**{,/*/**}/*_spec.rb'
242+
t.pattern = 'examples/docs/spec/**{,/*/**}/*_spec.rb'
243243
end
244244
Rake::Task['spec'].execute
245245
end

0 commit comments

Comments
 (0)