chore: fix specs
This commit is contained in:
parent
fff26580c9
commit
970c740eef
2 changed files with 7 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
require 'rails_helper'
|
||||||
|
|
||||||
|
#
|
||||||
|
# TODO add spec
|
||||||
|
#
|
|
@ -3,13 +3,13 @@ require 'rails_helper'
|
||||||
# Specs in this file have access to a helper object that includes
|
# Specs in this file have access to a helper object that includes
|
||||||
# the SuperAdmin::InstanceStatusHelper. For example:
|
# the SuperAdmin::InstanceStatusHelper. For example:
|
||||||
#
|
#
|
||||||
# describe SuperAdmin::InstanceStatusHelper do
|
# describe SuperAdmin::InstanceStatusesHelper do
|
||||||
# describe "string concat" do
|
# describe "string concat" do
|
||||||
# it "concats two strings with spaces" do
|
# it "concats two strings with spaces" do
|
||||||
# expect(helper.concat_strings("this","that")).to eq("this that")
|
# expect(helper.concat_strings("this","that")).to eq("this that")
|
||||||
# end
|
# end
|
||||||
# end
|
# 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__}"
|
pending "add some examples to (or delete) #{__FILE__}"
|
||||||
end
|
end
|
Loading…
Reference in a new issue