From 141f222dc52e18b8c2762566cd35bdbbe2cc0851 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Fri, 10 May 2019 16:02:37 +0800 Subject: [PATCH] Remove unnecessary spec file. --- spec/components/auth/steam_authenticator_spec.rb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 spec/components/auth/steam_authenticator_spec.rb diff --git a/spec/components/auth/steam_authenticator_spec.rb b/spec/components/auth/steam_authenticator_spec.rb deleted file mode 100644 index e3e590d..0000000 --- a/spec/components/auth/steam_authenticator_spec.rb +++ /dev/null @@ -1,7 +0,0 @@ -# frozen_string_literal: true - -require 'rails_helper' - -RSpec.describe Auth::SteamAuthenticator do - -end