Skip to content

Commit 9e7445d

Browse files
committed
ignore textbook for a11y
1 parent af528ef commit 9e7445d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/accessibility_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
end
4848

4949
ALL_PAGES.each do |path|
50-
if path.match(%r{/sp25/textbook/})
50+
if path.match(%r{/su25/textbook/})
5151
describe 'Jupyter Notebook Exports' do
5252
skip "skipping likely notebook file @ #{path}"
5353
end

0 commit comments

Comments
 (0)