Sha256: 08b9a00bc4e4bce482a9d0ff2b9f31ccd400e2f860dc30d79dfca72077cbb37f

Contents?: true

Size: 430 Bytes

Versions: 5

Compression:

Stored size: 430 Bytes

Contents

class TestFormotionScreen < PM::FormotionScreen

  title "Formotion Test"

  def table_data
    @data ||= {
      sections: [{
        title: "Currency",
        key: :currency,
        select_one: true,
        rows: [{
          title: "EUR",
          key: :eur,
          value: true,
          type: :check
        }, {
          title: "USD",
          key: :usd,
          type: :check
        }]
      }]
    }
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ProMotion-1.0.4 spec/helpers/table_screen_formotion.rb
ProMotion-1.0.3 spec/helpers/table_screen_formotion.rb
ProMotion-1.0.2 spec/helpers/table_screen_formotion.rb
ProMotion-1.0.1 spec/helpers/table_screen_formotion.rb
ProMotion-1.0.0 spec/helpers/table_screen_formotion.rb