Skip to content

Commit

Permalink
Add test exception for 'Raspberry Pi 3'
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshire137 committed Feb 1, 2018
1 parent 617ae05 commit 46a6425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/topics_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@

match = line.match(/\b(\w+)\s\d[.,;:\s]/)
if match
allowed_words_before_numbers = %w[Perl]
allowed_words_before_numbers = %w[Perl Pi]
assert_includes allowed_words_before_numbers, match[1],
'Write out "one" and every number less than 10, except when they ' \
"follow one of: #{allowed_words_before_numbers.join(', ')}"
Expand Down

0 comments on commit 46a6425

Please sign in to comment.