Much base work started
This commit is contained in:
13
test/controllers/works_controller_test.rb
Normal file
13
test/controllers/works_controller_test.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
require "test_helper"
|
||||
|
||||
class WorksControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get index" do
|
||||
get works_index_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should get show" do
|
||||
get works_show_url
|
||||
assert_response :success
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user