Sha256: c9d3c587364d35b8964f773e97721e3e6a479155d71f9f3c8cab228a524f5670

Contents?: true

Size: 1.35 KB

Versions: 18

Compression:

Stored size: 1.35 KB

Contents

  #-------------------------------------------------------------------------------------
  
  ## Config

  # disableNewItems:  true - do not show new item button in list header
  # showWithParent:   true - show list on a aside from parent
  # disableFormCache: true 
  # searchable:       true - add search button
  # reorderable:      true - permit reorder items
  # disableDelete:    true - do not add delete button below the form
  # disableSave:      true - do not add save button in header    
  # fullsizeView:     true - use fullsize layout in desktop mode
  # urlParams:        Article.sport_articles  - additional parameter to be included into request
  # sortReverse:      true - reverse objects sorting (descending order), default: false
  
  # compoundModule:   true - add this, if module is compound (add extra test)
  # pagination:       true - add this, if there are many objects (add extra test)
  # uploaderImage:    true - run tests, for checking uploader
  
  #-------------------------------------------------------------------------------------

require 'test_helper'
class ArticleFullSizeFrontEndTest < ActionDispatch::IntegrationTest

  factory_name      = 'article'
  class_name        = Article
  list_of_modules   = ['fullsize_articles']
  config            = {fullsizeView: true}
  character_front_end(factory_name, class_name, list_of_modules, config)

end


Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
chr-0.5.1 test/integration/article_fullsize_test.rb
chr-0.5.0 test/integration/article_fullsize_test.rb
chr-0.4.25 test/integration/article_fullsize_test.rb
chr-0.4.24 test/integration/article_fullsize_test.rb
chr-0.4.23 test/integration/article_fullsize_test.rb
chr-0.4.22 test/integration/article_fullsize_test.rb
chr-0.4.21 test/integration/article_fullsize_test.rb
chr-0.4.20 test/integration/article_fullsize_test.rb
chr-0.4.19 test/integration/article_fullsize_test.rb
chr-0.4.18 test/integration/article_fullsize_test.rb
chr-0.4.17 test/integration/article_fullsize_test.rb
chr-0.4.15 test/integration/article_fullsize_test.rb
chr-0.4.14 test/integration/article_fullsize_test.rb
chr-0.4.13 test/integration/article_fullsize_test.rb
chr-0.4.12 test/integration/article_fullsize_test.rb
chr-0.4.11 test/integration/article_fullsize_test.rb
chr-0.4.10 test/integration/article_fullsize_test.rb
chr-0.4.9 test/integration/article_fullsize_test.rb