rkokkelk/siso

View on GitHub
test/controllers/main_controller_test.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'test_helper'

class MainControllerTest < ActionController::TestCase
  test 'should get to repository new' do
    get :index
    assert_redirected_to(controller: :repositories, action: :new)
  end
end