Sha256: 25f10971bda557fe3e1b37c940eee9d819710865104cfae2276cb3c87e2a347d

Contents?: true

Size: 178 Bytes

Versions: 19

Compression:

Stored size: 178 Bytes

Contents

class TableScreenRefreshable < TestTableScreen
  attr_accessor :on_refresh_called

  refreshable

  def on_refresh
    self.on_refresh_called = true
    end_refreshing
  end

end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ProMotion-1.2.1 spec/helpers/table_screen_refreshable.rb
ProMotion-1.2.0 spec/helpers/table_screen_refreshable.rb
ProMotion-1.1.2 spec/helpers/table_screen_refreshable.rb
ProMotion-1.1.1 spec/helpers/table_screen_refreshable.rb
ProMotion-1.1.0 spec/helpers/table_screen_refreshable.rb
ProMotion-1.1.0.rc1 spec/helpers/table_screen_refreshable.rb
ProMotion-1.0.4 spec/helpers/table_screen_refreshable.rb
ProMotion-1.0.3 spec/helpers/table_screen_refreshable.rb
ProMotion-1.0.2 spec/helpers/table_screen_refreshable.rb
ProMotion-1.0.1 spec/helpers/table_screen_refreshable.rb
ProMotion-1.0.0 spec/helpers/table_screen_refreshable.rb
ProMotion-0.7.8 spec/helpers/table_screen_refreshable.rb
ProMotion-0.7.6 spec/helpers/table_screen_refreshable.rb
ProMotion-0.7.5 spec/helpers/table_screen_refreshable.rb
ProMotion-0.7.4 spec/helpers/table_screen_refreshable.rb
ProMotion-0.7.3 spec/helpers/table_screen_refreshable.rb
ProMotion-0.7.2 spec/helpers/table_screen_refreshable.rb
ProMotion-0.7.1 spec/helpers/table_screen_refreshable.rb
ProMotion-0.7.0 spec/helpers/table_screen_refreshable.rb