chriskottom / minitest_cookbook_source

Source code examples and sample projects for The Minitest Cookbook
54 stars 20 forks source link

Not must_includes but must_include #5

Closed JunichiIto closed 8 years ago

JunichiIto commented 9 years ago

This is a very tiny problem but the code below should be must_include

@calendar.days_of_week.must_includes "Monday"
chriskottom commented 9 years ago

Nice catch!