Sha256: f8962823c5e043c5f5a2789bc462acd49f881cedf70310ce72f3a9a3df1f4e72

Contents?: true

Size: 166 Bytes

Versions: 13

Compression:

Stored size: 166 Bytes

Contents

require 'test_helper'

class DashboardControllerTest < ActionController::TestCase
  test "should get index" do
    get :index
    assert_response :success
  end

end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
bootstrap_feedbacker-0.4.2 test/dummy/test/controllers/dashboard_controller_test.rb
bootstrap_feedbacker-0.4.1 test/dummy/test/controllers/dashboard_controller_test.rb
bootstrap_feedbacker-0.4.0 test/dummy/test/controllers/dashboard_controller_test.rb
bootstrap_feedbacker-0.3.5 test/dummy/test/controllers/dashboard_controller_test.rb
bootstrap_feedbacker-0.3.4 test/dummy/test/controllers/dashboard_controller_test.rb
bootstrap_feedbacker-0.3.3 test/dummy/test/controllers/dashboard_controller_test.rb
bootstrap_feedbacker-0.3.0 test/dummy/test/controllers/dashboard_controller_test.rb
mcms-1.0.1 test/functional/dashboard_controller_test.rb
mcms-1.0.0 test/functional/dashboard_controller_test.rb
mcms-0.0.4 test/functional/dashboard_controller_test.rb
mcms-0.0.3 test/functional/dashboard_controller_test.rb
mcms-0.0.2 test/functional/dashboard_controller_test.rb
mcms-0.0.1 test/functional/dashboard_controller_test.rb