Clean up last commit #853

This commit is contained in:
ethicalhack3r
2015-08-14 00:22:48 +02:00
parent c4aed0ec89
commit a0fed4a9d0
2 changed files with 2 additions and 2 deletions

2
.rspec
View File

@@ -1,2 +1,2 @@
--color
#--fail-fast
--fail-fast

View File

@@ -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|