mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-08 18:06:43 +01:00
7 lines
139 B
Ruby
7 lines
139 B
Ruby
require "test_helper"
|
|
|
|
class StoriesControllerTest < ActionDispatch::IntegrationTest
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|