chore: fix specs

This commit is contained in:
Vishnu Narayanan 2022-12-27 13:41:40 +05:30
parent fff26580c9
commit 970c740eef
No known key found for this signature in database
GPG key ID: 000B7FD5001541AC
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
require 'rails_helper'
#
# TODO add spec
#

View file

@ -3,13 +3,13 @@ require 'rails_helper'
# Specs in this file have access to a helper object that includes
# the SuperAdmin::InstanceStatusHelper. For example:
#
# describe SuperAdmin::InstanceStatusHelper do
# describe SuperAdmin::InstanceStatusesHelper do
# describe "string concat" do
# it "concats two strings with spaces" do
# expect(helper.concat_strings("this","that")).to eq("this that")
# end
# end
# end
RSpec.describe SuperAdmin::InstanceStatusHelper, type: :helper do
RSpec.describe SuperAdmin::InstanceStatusesHelper, type: :helper do
pending "add some examples to (or delete) #{__FILE__}"
end