class Object

Constants

PICKY_ENVIRONMENT

Public Instance Methods

extract_categories(results) click to toggle source
# File lib/picky-client/spec/support/matchers/have_categories.rb, line 26
def extract_categories results
  results.allocations.map do |allocation|
    allocation[3].map { |combination| combination[0] }
  end
end