network_controller_test.rb 162 B

123456789
  1. require 'test_helper'
  2. class NetworkControllerTest < ActionController::TestCase
  3. test "should get show" do
  4. get :show
  5. assert_response :success
  6. end
  7. end