mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-06 00:17:49 -05:00
9 lines
132 B
Ruby
9 lines
132 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'rails_helper'
|
|
|
|
describe "Authentications" do
|
|
describe "GET /authentications" do
|
|
end
|
|
end
|