Skip to content

Commit

Permalink
Update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
CuddlyBunion341 committed Jan 14, 2025
1 parent a6df948 commit 5ac2014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/timer_sessions_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def setup
get(:index)
assert_response 200
assert response.body.include?(@issue.subject)
assert response.body.include?(@issue.project.name)
assert response.body.include?(@timer_session.splittable_hours.round(2).to_s)
end

Expand Down

0 comments on commit 5ac2014

Please sign in to comment.