diff --git a/.rspec b/.rspec index 9c3c126f..ba44b749 100644 --- a/.rspec +++ b/.rspec @@ -1,2 +1,2 @@ --color -#--fail-fast +--fail-fast diff --git a/lib/common/collections/wp_items/detectable.rb b/lib/common/collections/wp_items/detectable.rb index 96ca5057..cbcfd47d 100755 --- a/lib/common/collections/wp_items/detectable.rb +++ b/lib/common/collections/wp_items/detectable.rb @@ -178,7 +178,7 @@ class WpItems < Array when :all item_names = [*json].map { |item| item['name'] } else - raise "Known type #{type}" + raise "Unknown type #{type}" end item_names.each do |item_name|