Pearlception_Website_RoR/Pearlception/test/controllers/companies_controller_test.rb
Okechi Onyeje f2d8ca0338 Companies Views and Controllers somewhat implemented
- Company index route & new route implemented with views
- Company create route has issues
- Company route only accessible to admins
2017-01-20 01:03:06 -05:00

8 lines
141 B
Ruby

require 'test_helper'
class CompaniesControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end