fix: breadcrump test was failing due to an oversight
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
768c778998
commit
fc38cc6008
1 changed files with 2 additions and 2 deletions
|
@ -37,10 +37,10 @@ describe GX::Utils::BreadCrumbs do
|
|||
b1.to_s.should eq("")
|
||||
|
||||
b2 = b1 + "test1"
|
||||
b2.to_a.should eq("test1")
|
||||
b2.to_s.should eq("test1")
|
||||
|
||||
b3 = b2 + "test2"
|
||||
b3.to_a.should eq("test1 test2")
|
||||
b3.to_s.should eq("test1 test2")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue