Sha256: 8bf9b9aa05c37c68945699a96e59234e3094275395c5f57d3d6237471c48c658
Contents?: true
Size: 208 Bytes
Versions: 2
Compression:
Stored size: 208 Bytes
Contents
require 'test_helper' module JcCms class Dashboard::DashboardControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jc_cms-0.0.2 | test/functional/jc_cms/dashboard/dashboard_controller_test.rb |
jc_cms-0.0.1 | test/functional/jc_cms/dashboard/dashboard_controller_test.rb |