Files
growstuff/spec/requests/authentications_spec.rb
2019-12-20 03:33:23 +00:00

9 lines
132 B
Ruby

# frozen_string_literal: true
require 'rails_helper'
describe "Authentications" do
describe "GET /authentications" do
end
end