bugfixing

This commit is contained in:
Christian Mehlmauer
2012-09-20 22:12:10 +02:00
parent 520cbdcf9b
commit 55996b4c90
2 changed files with 6 additions and 1 deletions

View File

@@ -65,5 +65,10 @@ describe "common_helper" do
@input = %w{ user1 }
@expected = ""
end
it "sould return | test" do
@input = ["admin | test", "test | test"]
@expected = " | test"
end
end
end