From 93ab6ee2a04092067c88041c3a1ac6b94ddf3c77 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Mon, 1 Aug 2016 22:13:38 +0200 Subject: [PATCH] fucking specs --- spec/lib/common/collections/wp_timthumbs/detectable_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)