Files
redpotion/app/test_objects/test_grouped_table_screen.rb
2015-04-15 13:17:35 -05:00

5 lines
133 B
Ruby

class TestGroupedTableScreen < PM::GroupedTableScreen
include DelegateTestAttributes
def table_data; @table_data ||= []; end
end