Used Turbo Frames/Streams for adding/deleting tasks without refresh entire browser
This commit is contained in:
8
test/controllers/projects_controller_test.rb
Normal file
8
test/controllers/projects_controller_test.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require "test_helper"
|
||||
|
||||
class ProjectsControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get index" do
|
||||
get projects_index_url
|
||||
assert_response :success
|
||||
end
|
||||
end
|
||||
7
test/controllers/tasks_controller_test.rb
Normal file
7
test/controllers/tasks_controller_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class TasksControllerTest < ActionDispatch::IntegrationTest
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user