diff --git a/spec/lib/common/collections/wp_timthumbs/detectable_spec.rb b/spec/lib/common/collections/wp_timthumbs/detectable_spec.rb index 0512d594..96e7b1fd 100644 --- a/spec/lib/common/collections/wp_timthumbs/detectable_spec.rb +++ b/spec/lib/common/collections/wp_timthumbs/detectable_spec.rb @@ -28,7 +28,7 @@ describe 'WpTimthumbs::Detectable' do expected = [] %w( timthumb.php lib/timthumb.php inc/timthumb.php includes/timthumb.php - scripts/timthumb.php tools/timthumb.php functions/timthumb.php + scripts/timthumb.php tools/timthumb.php functions/timthumb.php thumb.php ).each do |file| path = "$wp-content$/themes/#{theme_name}/#{file}" expected << WpTimthumb.new(uri, path: path)