Sha256: 1d015066d48837c4a57fb4c90d3694da923d274311db58bf0d2e58a90306ad81

Contents?: true

Size: 1.68 KB

Versions: 8

Compression:

Stored size: 1.68 KB

Contents

class TableScreenSearchable < TestTableScreen

  searchable

  def table_data
    @search_table_data ||= [{
      cells: [
        { title: "Alabama" },
        { title: "Alaska" },
        { title: "Arizona" },
        { title: "Arkansas" },
        { title: "California" },
        { title: "Colorado" },
        { title: "Connecticut" },
        { title: "Delaware" },
        { title: "Florida" },
        { title: "Georgia" },
        { title: "Hawaii" },
        { title: "Idaho" },
        { title: "Illinois" },
        { title: "Indiana" },
        { title: "Iowa" },
        { title: "Kansas" },
        { title: "Kentucky" },
        { title: "Louisiana" },
        { title: "Maine" },
        { title: "Maryland" },
        { title: "Massachusetts" },
        { title: "Michigan" },
        { title: "Minnesota" },
        { title: "Mississippi" },
        { title: "Missouri" },
        { title: "Montana" },
        { title: "Nebraska" },
        { title: "Nevada" },
        { title: "New Hampshire" },
        { title: "New Jersey" },
        { title: "New Mexico" },
        { title: "New York" },
        { title: "North Carolina" },
        { title: "North Dakota" },
        { title: "Ohio" },
        { title: "Oklahoma" },
        { title: "Oregon" },
        { title: "Pennsylvania" },
        { title: "Rhode Island" },
        { title: "South Carolina" },
        { title: "South Dakota" },
        { title: "Tennessee" },
        { title: "Texas" },
        { title: "Utah" },
        { title: "Vermont" },
        { title: "Virginia" },
        { title: "Washington" },
        { title: "West Virginia" },
        { title: "Wisconsin" },
        { title: "Wyoming" }
      ]
    }]
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ProMotion-1.0.4 spec/helpers/table_screen_searchable.rb
ProMotion-1.0.3 spec/helpers/table_screen_searchable.rb
ProMotion-1.0.2 spec/helpers/table_screen_searchable.rb
ProMotion-1.0.1 spec/helpers/table_screen_searchable.rb
ProMotion-1.0.0 spec/helpers/table_screen_searchable.rb
ProMotion-0.7.8 spec/helpers/table_screen_searchable.rb
ProMotion-0.7.6 spec/helpers/table_screen_searchable.rb
ProMotion-0.7.5 spec/helpers/table_screen_searchable.rb