Skip to content

Commit

Permalink
added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltz committed Feb 10, 2024
1 parent 665804f commit 4fa40a7
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ module MissionControl::Servers
class Dashboards::ComboHistoriesControllerTest < ActionDispatch::IntegrationTest
include Engine.routes.url_helpers

# test "the truth" do
# assert true
# end
setup do
@project = mission_control_servers_projects(:one)
end

test "should get show" do
get project_dashboards_combo_history_path(@project.token)
assert_response :success
end
end
end

0 comments on commit 4fa40a7

Please sign in to comment.