Add failing spec

This commit is contained in:
2014-12-25 17:35:37 +01:00
parent a4bef656cc
commit 8515337e2b
+5
View File
@@ -46,6 +46,11 @@ describe Cmtool::Menu do
Cmtool::Menu.items[1].items.size.should == 3
end
it 'has a failing spec' do
value = 5
value.should == 9
end
end
describe 'New register block' do