mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 06:41:37 +01:00
7 lines
125 B
Ruby
7 lines
125 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe HomeController, type: :controller do
|
|
describe 'GET #index' do
|
|
pending
|
|
end
|
|
end
|