# File test/test_spider.rb, line 7
  def setup
    @datasets = [
      [:Strength, [10]],
      [:Dexterity, [16]],
      [:Constitution, [12]],
      [:Intelligence, [12]],
      [:Wisdom, [10]],
      ["Charisma", [16]],
      ]

#     @datasets = [
#       [:Darren, [25]],
#       [:Chris, [80]],
#       [:Egbert, [22]],
#       [:Adam, [95]],
#       [:Bill, [90]],
#       ["Frank", [5]],
#       ["Zero", [0]],
#       ]
  end