From 557b6ccc13ed77d143d17097ce0cb574c30fbf00 Mon Sep 17 00:00:00 2001 From: yystopf Date: Thu, 2 Dec 2021 17:56:19 +0800 Subject: [PATCH] fix --- spec/models/platform_statistic_spec.rb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 spec/models/platform_statistic_spec.rb diff --git a/spec/models/platform_statistic_spec.rb b/spec/models/platform_statistic_spec.rb deleted file mode 100644 index 93a5521a..00000000 --- a/spec/models/platform_statistic_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'rails_helper' - -RSpec.describe PlatformStatistic, type: :model do - pending "add some examples to (or delete) #{__FILE__}" -end