Sha256: b9c57538a2e164c268b62869d959ef540861b3cadee1f4fd62021f3acab76c39
Contents?: true
Size: 201 Bytes
Versions: 2
Compression:
Stored size: 201 Bytes
Contents
require 'test_helper' module Conductor class 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 |
---|---|
conductor-0.9.4 | test/functional/conductor/dashboard_controller_test.rb |
conductor-0.9.3 | test/functional/conductor/dashboard_controller_test.rb |