mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-28 20:17:47 -05:00
9 lines
118 B
Ruby
9 lines
118 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'rails_helper'
|
|
|
|
describe HomeController do
|
|
describe "GET index" do
|
|
end
|
|
end
|