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
/
about_controller_test.rb
Code
Commits
Issues
Pulls
Sessions
CI/CD
feature/share-libs
feature/share-libs
main
rb
9 lines
170 Bytes
Copy permalink
Copy
Raw
1
require
'test_helper'
2
3
class
AboutControllerTest
<
ActionController
::
TestCase
4
# test "should get index" do
5
# get :index
6
# assert_response :success
7
# end
8
9
end