Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@setoelkahfi
/
tower-of-bazel
tower-of-bazel
/
backend
/
musik88-web
/
test
/
controllers
/
songs_controller_test.rb
Code
Commits
Issues
Pulls
Sessions
CI/CD
feature/share-libs
feature/share-libs
main
rb
9 lines
184 Bytes
Copy permalink
Copy
Raw
1
require
'test_helper'
2
3
class
SongsControllerTest
<
ActionDispatch
::
IntegrationTest
4
# test "should get index" do
5
# get songs_index_url
6
# assert_response :success
7
# end
8
9
end