Sha256: ea027574c72b44e8b26a0e137cf46174fded0339a203862be5e2ffcd6e06898d

Contents?: true

Size: 329 Bytes

Versions: 24

Compression:

Stored size: 329 Bytes

Contents

require File.join(File.dirname(__FILE__), '/../../test_helper')

class Cms::DashboardControllerTest < ActionController::TestCase
  include Cms::ControllerTestHelper
  
  def setup
    login_as_cms_admin
  end
  
  def test_index
    get :index
    
    assert_response :success
    assert_select "title", "Dashboard"
  end
  
end

Version data entries

24 entries across 24 versions & 9 rubygems

Version Path
SFEley-browsercms-3.0.2 test/functional/cms/dashboard_controller_test.rb
buzzware-browsercms-3.0.2 test/functional/cms/dashboard_controller_test.rb
coredumplings-browsercms-3.0.0 test/functional/cms/dashboard_controller_test.rb
nate-browsercms-3.0.210 test/functional/cms/dashboard_controller_test.rb
nate-browsercms-3.0.211 test/functional/cms/dashboard_controller_test.rb
we5-browsercms-3.0.1.1 test/functional/cms/dashboard_controller_test.rb
webficient-browsercms-3.0.1 test/functional/cms/dashboard_controller_test.rb
webficient-browsercms-3.0.2 test/functional/cms/dashboard_controller_test.rb
webficient-browsercms-3.0.3 test/functional/cms/dashboard_controller_test.rb
webficient-browsercms-3.0.4 test/functional/cms/dashboard_controller_test.rb
bf4-browsercms-3.1.0 test/functional/cms/dashboard_controller_test.rb
browsercms-3.0.6 test/functional/cms/dashboard_controller_test.rb
browsercms-3.0.5 test/functional/cms/dashboard_controller_test.rb
we5-browsercms-3.0.5.1 test/functional/cms/dashboard_controller_test.rb
we5-browsercms-3.0.5 test/functional/cms/dashboard_controller_test.rb
browsercms_s3-3.0.5 test/functional/cms/dashboard_controller_test.rb
browsercms-3.0.4 test/functional/cms/dashboard_controller_test.rb
browsercms-3.0.3 test/functional/cms/dashboard_controller_test.rb
browsercms_s3-3.0.4 test/functional/cms/dashboard_controller_test.rb
browsercms_s3-3.0.3 test/functional/cms/dashboard_controller_test.rb