Files
growstuff/spec/requests/authentications_spec.rb
2020-01-10 16:50:52 +13:00

9 lines
132 B
Ruby

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